Merge pull request #11405 from carlocab/dupe-rpath-revert
Revert "extend/os/mac/keg_relocate: fix relocation of duplicate `RPATH`s"
This commit is contained in:
commit
4d0b93c3cb
@ -94,7 +94,6 @@ class Keg
|
|||||||
def each_linkage_for(file, linkage_type, &block)
|
def each_linkage_for(file, linkage_type, &block)
|
||||||
links = file.method(linkage_type)
|
links = file.method(linkage_type)
|
||||||
.call
|
.call
|
||||||
.uniq
|
|
||||||
.grep_v(/^@(loader_|executable_|r)path/)
|
.grep_v(/^@(loader_|executable_|r)path/)
|
||||||
links.each(&block)
|
links.each(&block)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user