aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-16 18:15:55 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-16 18:15:55 +0000
commitfaa3f2d4c9e02d02e70c29ced331370a0b62009c (patch)
tree60029cf8125f43baefd5cc6e5337b83c664a27c2
parent11ab83b9460c672ba4a6eb27a79315d9dda71ff6 (diff)
downloadusdx-faa3f2d4c9e02d02e70c29ced331370a0b62009c.tar.gz
usdx-faa3f2d4c9e02d02e70c29ced331370a0b62009c.tar.xz
usdx-faa3f2d4c9e02d02e70c29ced331370a0b62009c.zip
Finally fix libpcre.dylib in the Mac OS X stand-alone application bundle
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2531 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 237565f5..7e9450a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -439,6 +439,8 @@ endef
# libpcre.dylib must be installed extra, since it is not linked to the executable but opened using dlopen
$(shell $(INSTALL) -m 755 $(finkLibDir)/libpcre.dylib $(macosx_bundle_path)/MacOS)
+ $(shell $(INSTALL_NAME_TOOL) -change $(finkLibDir)/libpcre.dylib @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib)
+ $(shell $(INSTALL_NAME_TOOL) -id @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib)
# final messages
@echo "Standalone Mac OS X application created."