Skip to content

Commit 361bce8

Browse files
committed
[Bug #19967] Ignore library before build
1 parent 38b79b0 commit 361bce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/fake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class File
1313
env or next
1414
e = ENV[env] or next
1515
e = e.split(File::PATH_SEPARATOR)
16-
path = File.realpath(path, builddir)
16+
path = File.realpath(path, builddir) rescue next
1717
e.delete(path) or next
1818
ENV[env] = (e.join(File::PATH_SEPARATOR) unless e.empty?)
1919
end

0 commit comments

Comments
 (0)