diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-22 15:37:06 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-22 15:37:06 (GMT) |
commit | 92497a42b7fac82363182e030d458704779a787e (patch) | |
tree | 2d05fe0248da0576df0a738767260b48b8efdcac /Tools/buildbot | |
parent | 4bcf5a52aefdff9e6bb7729c0f72e936ef6705f3 (diff) | |
download | cpython-92497a42b7fac82363182e030d458704779a787e.zip cpython-92497a42b7fac82363182e030d458704779a787e.tar.gz cpython-92497a42b7fac82363182e030d458704779a787e.tar.bz2 |
Issue #21017: Enable Tix debug build on Windows
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/external-common.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 959fa1a..672357c 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -35,7 +35,7 @@ if not exist tcl-8.6.1.0 ( svn export http://svn.python.org/projects/external/tcl-8.6.1.0 ) if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0 -if not exist tix-8.4.3.3 svn export http://svn.python.org/projects/external/tix-8.4.3.3 +if not exist tix-8.4.3.4 svn export http://svn.python.org/projects/external/tix-8.4.3.4 @rem sqlite3 if not exist sqlite-3.8.3.1 ( |