diff options
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 87014cacd742..18fa91b82be7 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -256,7 +256,7 @@ cd \"$$origpath\"\n\ $(PACKAGE_DIR)/fixinstallnames: $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) @echo remove build installdir from OOoPython - $(COMMAND_ECHO)install_name_tool -change \ + $(COMMAND_ECHO)$(XCRUN) install_name_tool -change \ /$(my_prefix)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/OOoPython \ @executable_path/../../../../OOoPython \ $(MYCWD)/$(my_prefix)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/Resources/Python.app/Contents/MacOS/OOoPython |