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:
Carlo Cabrera 2022-01-18 13:31:43 +08:00 committed by GitHub
commit 4d0b93c3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,6 @@ class Keg
def each_linkage_for(file, linkage_type, &block)
links = file.method(linkage_type)
.call
.uniq
.grep_v(/^@(loader_|executable_|r)path/)
links.each(&block)
end