Skip to content
Snippets Groups Projects
Commit 6c514021 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

fix_install_names fix for 10.5

parent f253cf3b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class Keg
id = install_names.shift
install_names.compact!
install_names.reject!{ |fn| fn =~ /^@(loader|executable)_path/ }
install_names.reject!{ |fn| fn.start_with? '/' }
install_names.reject!{ |fn| fn[0,1] == '/' }
unless install_names.empty? and id == dylib # avoid the work if possible
yield dylib, install_names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment