os/mac/mach: report duplicate rpaths
We don't want to call `uniq` on this because this breaks our handling of duplicate rpaths.
This commit is contained in:
parent
bd5bd8437f
commit
13f2dc325e
@ -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