blob: 3153615df12e921d88c149afdf7664d1e982be2e [file] [log] [blame]
Zachary Ware774ac372015-04-13 12:11:40 -05001@echo off
2if not defined HOST_PYTHON (
3 if %1 EQU Debug (
4 shift
5 set HOST_PYTHON=python_d.exe
Zachary Ware41a6a622015-05-28 17:30:03 -05006 if not exist python36_d.dll exit 1
Zachary Ware774ac372015-04-13 12:11:40 -05007 ) ELSE (
8 set HOST_PYTHON=python.exe
Zachary Ware41a6a622015-05-28 17:30:03 -05009 if not exist python36.dll exit 1
Zachary Ware774ac372015-04-13 12:11:40 -050010 )
11)
12%HOST_PYTHON% prepare_ssl.py %1