blob: 2f41ae847da5ae7d7572db2d7f3eeb186cedfb28 [file] [log] [blame]
Zachary Ware774ac372015-04-13 12:11:40 -05001@echo off
2if not defined HOST_PYTHON (
Steve Dower947f4112016-03-08 10:26:52 -08003 if "%1" EQU "Debug" (
Zachary Ware774ac372015-04-13 12:11:40 -05004 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)
Steve Dower947f4112016-03-08 10:26:52 -080012%HOST_PYTHON% "%~dp0prepare_ssl.py" %1