blob: 33f878e616131b0c1160f65dfc5201b3eae308b6 [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
Ned Deily4829bc62016-09-12 17:29:04 -04006 if not exist python37_d.dll exit 1
Zachary Ware774ac372015-04-13 12:11:40 -05007 ) ELSE (
8 set HOST_PYTHON=python.exe
Ned Deily4829bc62016-09-12 17:29:04 -04009 if not exist python37.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