summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-07-02 09:49:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-08-16 13:22:53 (GMT)
commit7a1b573c8e611082e4d0977f0ed6f8322a615783 (patch)
treed614d7aa48a33ed9b7108892d1619f2ac1697ac0
parentb7c8011aa83a0582a778a0c155aecf54c0433d41 (diff)
downloadmxe-7a1b573c8e611082e4d0977f0ed6f8322a615783.zip
mxe-7a1b573c8e611082e4d0977f0ed6f8322a615783.tar.gz
mxe-7a1b573c8e611082e4d0977f0ed6f8322a615783.tar.bz2
tcl.tk: specify location of tcl for tk
fixes #2154
-rw-r--r--plugins/tcl.tk/tk.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tcl.tk/tk.mk b/plugins/tcl.tk/tk.mk
index ea0471c..634a996 100644
--- a/plugins/tcl.tk/tk.mk
+++ b/plugins/tcl.tk/tk.mk
@@ -23,6 +23,7 @@ define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/win/configure' \
$(MXE_CONFIGURE_OPTS) \
--enable-threads \
+ --with-tcl='$(PREFIX)/$(TARGET)/lib' \
$(if $(findstring x86_64,$(TARGET)), --enable-64bit) \
CFLAGS='-D__MINGW_EXCPT_DEFINE_PSDK'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'