mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
Add hardcoded path for Python 3.7 to xb.bat Python check.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user