From 88a36c7fde650868d0b837610f6dbac5bcc967e7 Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Wed, 20 Nov 2024 23:33:24 -0600 Subject: [PATCH] For now, use 8.6.13 for the Windows tk8 build. --- ci/windows/fetch_tcltk.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/windows/fetch_tcltk.sh b/ci/windows/fetch_tcltk.sh index 1ef3ebb..afd5360 100644 --- a/ci/windows/fetch_tcltk.sh +++ b/ci/windows/fetch_tcltk.sh @@ -1,8 +1,10 @@ #!/usr/bin/bash set -e -TCL8_VERSION=8.6.15 +# Building against 8.6.15 causes a crash on windows if run with 8.6.13. +# For now, use 8.6.13 for Windows builds. +TCL8_VERSION=8.6.13 TCL9_VERSION=9.0.0 -TK8_VERSION=8.6.15 +TK8_VERSION=8.6.13 TK9_VERSION=9.0.0 WGET="/c/msys64/usr/bin/wget -nv" CMD=/c/msys64/usr/bin/cmd