tcl.tk: specify location of tcl for tk

fixes #2154
This commit is contained in:
Tony Theodore 2018-07-02 19:49:29 +10:00
parent b7c8011aa8
commit 7a1b573c8e
1 changed files with 1 additions and 0 deletions

View File

@ -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)'