summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
commit7aa5341164794efc5367f63636cbe8327ca40393 (patch)
tree72cabf6ebcc9d1319649e7e60043f8624837693f /PCbuild
parent802d45b6604b82ee636fdd795cc6a7d9e655855d (diff)
downloadcpython-7aa5341164794efc5367f63636cbe8327ca40393.zip
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.gz
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.bz2
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/prepare_ssl.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/prepare_ssl.bat b/PCbuild/prepare_ssl.bat
index 3153615..c08a9f3 100644
--- a/PCbuild/prepare_ssl.bat
+++ b/PCbuild/prepare_ssl.bat
@@ -3,10 +3,10 @@ if not defined HOST_PYTHON (
if %1 EQU Debug (
shift
set HOST_PYTHON=python_d.exe
- if not exist python36_d.dll exit 1
+ if not exist python35_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
- if not exist python36.dll exit 1
+ if not exist python35.dll exit 1
)
)
%HOST_PYTHON% prepare_ssl.py %1