Merge pull request #12359 from Bo98/no-recursive-missing-libs
os/linux/elf: don't report missing libraries to dependents
This commit is contained in:
commit
714d4b1868
@ -133,8 +133,6 @@ module ELFShim
|
|||||||
match.captures.compact.first
|
match.captures.compact.first
|
||||||
end.compact
|
end.compact
|
||||||
@dylibs = ldd_paths.select do |ldd_path|
|
@dylibs = ldd_paths.select do |ldd_path|
|
||||||
next true unless ldd_path.start_with? "/"
|
|
||||||
|
|
||||||
needed.include? File.basename(ldd_path)
|
needed.include? File.basename(ldd_path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user