use global tool to fix install_name
This commit is contained in:
parent
9cff241ad5
commit
69ebc8173e
@ -225,7 +225,4 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
# The shared libraries are not installed correctly on Darwin; correct this
|
# The shared libraries are not installed correctly on Darwin; correct this
|
||||||
if (sys.platform == 'darwin') and ('+shared' in spec):
|
if (sys.platform == 'darwin') and ('+shared' in spec):
|
||||||
fs = glob.glob(join_path(prefix.lib,"*.dylib"))
|
fix_darwin_install_name(prefix.lib)
|
||||||
install_name_tool = which('install_name_tool')
|
|
||||||
for f in fs:
|
|
||||||
install_name_tool('-id',f,f)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user