[Bug #19967] Ignore library before build
This commit is contained in:
parent
38b79b05fd
commit
361bce8d2c
@ -13,7 +13,7 @@ end
|
|||||||
env or next
|
env or next
|
||||||
e = ENV[env] or next
|
e = ENV[env] or next
|
||||||
e = e.split(File::PATH_SEPARATOR)
|
e = e.split(File::PATH_SEPARATOR)
|
||||||
path = File.realpath(path, builddir)
|
path = File.realpath(path, builddir) rescue next
|
||||||
e.delete(path) or next
|
e.delete(path) or next
|
||||||
ENV[env] = (e.join(File::PATH_SEPARATOR) unless e.empty?)
|
ENV[env] = (e.join(File::PATH_SEPARATOR) unless e.empty?)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user