diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-07-02 09:49:29 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-08-16 13:22:53 (GMT) |
commit | 7a1b573c8e611082e4d0977f0ed6f8322a615783 (patch) | |
tree | d614d7aa48a33ed9b7108892d1619f2ac1697ac0 | |
parent | b7c8011aa83a0582a778a0c155aecf54c0433d41 (diff) | |
download | mxe-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.mk | 1 |
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)' |