summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-02-09 09:24:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-02-09 09:24:31 (GMT)
commitcee89de4d610dbf0fa12d1626fb704c73a098fc1 (patch)
tree7f1881f5d9ef34295eba027fdf6de433dad55c9b /macosx
parentc278933f3e8bc3f001b31f47b2ed6be701ff3c51 (diff)
downloadtk-cee89de4d610dbf0fa12d1626fb704c73a098fc1.zip
tk-cee89de4d610dbf0fa12d1626fb704c73a098fc1.tar.gz
tk-cee89de4d610dbf0fa12d1626fb704c73a098fc1.tar.bz2
(cherry-pick): Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index f3299e2..a69e9d9 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -116,7 +116,7 @@ TCL_FRAMEWORK_DIR := ${TCL_BUILD_DIR}/..
MAKE_VARS :=
else
TCL_DIR := ${TCL_FRAMEWORK_DIR}/Tcl.framework
-TCL_EXE := ${TCLSH_DIR}/tclsh${TCL_VERSION}
+TCL_EXE := ${TCLSH_DIR}/bin/tclsh${TCL_VERSION}
MAKE_VARS := TCL_EXE
export DYLD_FRAMEWORK_PATH := ${TCL_FRAMEWORK_DIR}
endif