summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-04-10 09:23:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-04-10 09:23:39 (GMT)
commit84d6b9aefa8ba771283aa4103db1079b659ee359 (patch)
tree3bcf26b273ef388f12ce56b8f51dd1d8a30a22a1 /win/configure
parent651d304f426a8ed04bc3e743e922ff46ad5b9aa1 (diff)
downloadtcl-84d6b9aefa8ba771283aa4103db1079b659ee359.zip
tcl-84d6b9aefa8ba771283aa4103db1079b659ee359.tar.gz
tcl-84d6b9aefa8ba771283aa4103db1079b659ee359.tar.bz2
Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilation on windows with msys and VS2013 fails
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index bdfa908..2401002 100755
--- a/win/configure
+++ b/win/configure
@@ -4364,12 +4364,12 @@ if test "$tcl_ok" = "yes"; then
if test "$GCC" == "yes"; then
- ZLIB_LIBS=\${ZLIB_DIR}/win64/libz.dll.a
+ ZLIB_LIBS=\${ZLIB_DIR_NATIVE}/win64/libz.dll.a
else
- ZLIB_LIBS=\${ZLIB_DIR}/win64/zdll.lib
+ ZLIB_LIBS=\${ZLIB_DIR_NATIVE}/win64/zdll.lib
fi
@@ -4377,7 +4377,7 @@ fi
else
- ZLIB_LIBS=\${ZLIB_DIR}/win32/zdll.lib
+ ZLIB_LIBS=\${ZLIB_DIR_NATIVE}/win32/zdll.lib
fi