From 6881125ee909e505be1fcf9015c7c19f1b9c79c9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 19 Feb 2012 22:15:42 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f877f86..0241073 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1