diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-09 20:55:56 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-09 20:55:56 (GMT) |
commit | 89c057a26392349a094f3a1ca61b5f717508855a (patch) | |
tree | d6f5fa034e30a80370d7f5d04a2fce1360478908 | |
parent | 5065792c1e6568fa6724f878d5f75a6ef1a7c572 (diff) | |
download | cpython-89c057a26392349a094f3a1ca61b5f717508855a.zip cpython-89c057a26392349a094f3a1ca61b5f717508855a.tar.gz cpython-89c057a26392349a094f3a1ca61b5f717508855a.tar.bz2 |
Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.
-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 d074d46..4b902d5 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -14,7 +14,7 @@ cd externals @rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0 @rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4 @rem if exist db-4.4.20 rd /s/q db-4.4.20 -if exist openssl-1.0.2a rd /s/q openssl-1.0.2a +@rem if exist openssl-1.0.2a rd /s/q openssl-1.0.2a @rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12 @rem bzip |