os/linux/elf: don't report missing libraries to dependents
This commit is contained in:
parent
b14078a41d
commit
9493cbb80a
@ -133,8 +133,6 @@ module ELFShim
|
||||
match.captures.compact.first
|
||||
end.compact
|
||||
@dylibs = ldd_paths.select do |ldd_path|
|
||||
next true unless ldd_path.start_with? "/"
|
||||
|
||||
needed.include? File.basename(ldd_path)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user