Skip to content

Commit

Permalink
For now, use 8.6.13 for the Windows tk8 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Nov 21, 2024
1 parent 3a36031 commit 88a36c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/windows/fetch_tcltk.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 88a36c7

Please sign in to comment.