Merge pull request #15684 from carlocab/rpath-dupes
os/mac/mach: report duplicate rpaths
This commit is contained in:
commit
8ffac3e2ac
@ -90,7 +90,7 @@ module MachOShim
|
||||
end
|
||||
|
||||
def rpaths(resolve_variable_references: true)
|
||||
names = macho.rpaths.uniq
|
||||
names = macho.rpaths
|
||||
|
||||
names.map! { |name| resolve_variable_name(name) } if resolve_variable_references
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user