summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-29 14:09:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-29 14:09:10 (GMT)
commit5dab749a31b11a06605c7236dae5c91b0d74a760 (patch)
tree95216ac91690e94865ff1d918172e87318a0bc95 /win/tcl.m4
parent6c33a5829de2164ea44a4b04a48188bdc4633b48 (diff)
parentac0e4f752a2eaa41e81125e91e90c17759d7ed79 (diff)
downloadtk-5dab749a31b11a06605c7236dae5c91b0d74a760.zip
tk-5dab749a31b11a06605c7236dae5c91b0d74a760.tar.gz
tk-5dab749a31b11a06605c7236dae5c91b0d74a760.tar.bz2
Always compile with -D__USE_MINGW_ANSI_STDIO=0.
Fix implib library names Fix win64 build using high-entropy-va opotion
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index c62af68..44bb380 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -715,7 +715,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
SHLIB_LD='${CC} -shared'
SHLIB_LD_LIBS='${LIBS}'
MAKE_DLL="\${SHLIB_LD} \$(LDFLAGS) -o \[$]@ ${extra_ldflags} \
- -Wl,--out-implib,\$(patsubst %.dll,lib%.a,\[$]@)"
+ -Wl,--out-implib,\$(patsubst %.dll,lib%.dll.a,\[$]@)"
# DLLSUFFIX is separate because it is the building block for
# users of tclConfig.sh that may build shared or static.
DLLSUFFIX="\${DBGX}.dll"