diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-02-09 09:23:17 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-02-09 09:23:17 (GMT) |
commit | 6f1a6b7994836448eda0c4ae7190d07536a85d60 (patch) | |
tree | ee351c00b8cc175b6c7b214724a1dfa2596a7739 /macosx/GNUmakefile | |
parent | 04d17ae67d83cb6ccce5a30825301f9e665cef26 (diff) | |
download | tk-6f1a6b7994836448eda0c4ae7190d07536a85d60.zip tk-6f1a6b7994836448eda0c4ae7190d07536a85d60.tar.gz tk-6f1a6b7994836448eda0c4ae7190d07536a85d60.tar.bz2 |
Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 02240ed..24e1f77 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 |