Use safe_system when invoking install_name_tool
This commit is contained in:
parent
1e537b5797
commit
759b6ce1a9
@ -100,7 +100,7 @@ class Keg
|
||||
end
|
||||
|
||||
def install_name_tool(*args)
|
||||
system(MacOS.locate("install_name_tool"), *args)
|
||||
safe_system(MacOS.locate("install_name_tool"), *args)
|
||||
end
|
||||
|
||||
# If file is a dylib or bundle itself, look for the dylib named by
|
||||
|
Loading…
x
Reference in New Issue
Block a user