diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:48:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:48:24 (GMT) |
commit | 740e1dcdc22027899cd3e88c2bdc99af8071a805 (patch) | |
tree | 66cb7c92fff811be38421614b8150134a781cc3c /Tools/buildbot | |
parent | 048345d4174254a1d70eb4aa09109dddee858223 (diff) | |
parent | 4b2b1de0bdca9020a015473c5348e1a1d4bb53f9 (diff) | |
download | cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.zip cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.gz cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.bz2 |
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 2 | ||||
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 2441e01..7a241f5 100644 --- a/Tools/buildbot/test-amd64.bat +++ b/Tools/buildbot/test-amd64.bat @@ -2,6 +2,6 @@ setlocal rem The following line should be removed before #20035 is closed -set TCL_LIBRARY=%~dp0..\..\..\tcltk64\lib\tcl8.6 +set TCL_LIBRARY=%~dp0..\..\externals\tcltk64\lib\tcl8.6 call "%~dp0..\..\PCbuild\rt.bat" -d -q -x64 -uall -rwW -n --timeout=3600 %* diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 1fa0ad9..6a6448c 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -2,6 +2,6 @@ setlocal rem The following line should be removed before #20035 is closed -set TCL_LIBRARY=%~dp0..\..\..\tcltk\lib\tcl8.6 +set TCL_LIBRARY=%~dp0..\..\externals\tcltk\lib\tcl8.6 call "%~dp0..\..\PCbuild\rt.bat" -d -q -uall -rwW -n --timeout=3600 %* |