Add hardcoded path for Python 3.7 to xb.bat Python check.

This commit is contained in:
gibbed 2019-08-17 06:11:36 -05:00 committed by Rick Gibbed
parent c3c77187bb
commit 745d5609e6
1 changed files with 3 additions and 0 deletions

3
xb.bat
View File

@ -44,6 +44,9 @@ IF %FOUND_PYTHON_EXE% EQU "" (
IF %FOUND_PYTHON_EXE% EQU "" (
IF EXIST c:\\python36\\python.exe SET FOUND_PYTHON_EXE=C:\\python36\\python.exe
)
IF %FOUND_PYTHON_EXE% EQU "" (
IF EXIST c:\\python37\\python.exe SET FOUND_PYTHON_EXE=C:\\python37\\python.exe
)
IF %FOUND_PYTHON_EXE% EQU "" (
1>NUL 2>NUL CMD /c where python
IF NOT ERRORLEVEL 1 (