diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-19 22:15:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-19 22:15:42 +0000 |
commit | 6881125ee909e505be1fcf9015c7c19f1b9c79c9 (patch) | |
tree | 23da851f955e94abcfc7a0362a5a26dd99ae9a3f /Makefile | |
parent | ef18d8daab4aad16f833fe17fe8be97671eebe71 (diff) |
fix relative path to Tcl.framework included in Pd-extended.app (@executable_path is going to be Resources/bin/pd, not MacOS/Pd-extended)
svn path=/trunk/externals/loaders/tclpd/; revision=16002
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,7 @@ ifeq ($(UNAME),Darwin) # force tclpd to use the Tcl.framework built into Pd-extended install_name_tool -change \ /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl \ - @executable_path/../Frameworks/Tcl.framework/Versions/8.5/Tcl \ + @executable_path/../../Frameworks/Tcl.framework/Versions/8.5/Tcl \ $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/$(LIBRARY_NAME).$(EXTENSION) endif |