Don't try to fix @rpath install names

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-09-18 13:07:00 -05:00
parent 2f2645e962
commit bd4f69a718

View File

@ -47,7 +47,7 @@ class Keg
id = install_names.shift if file.dylib?
install_names.compact!
install_names.reject!{ |fn| fn =~ /^@(loader|executable)_path/ }
install_names.reject!{ |fn| fn =~ /^@(loader_|executable_|r)path/ }
# Don't fix absolute paths unless they are rooted in the build directory
install_names.reject! do |fn|