summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index d47eaecc..ae897aa5 100644
--- a/make.bat
+++ b/make.bat
@@ -20,8 +20,8 @@ rem set PYTHON=C:\Python34\python.exe & set TSCRIPT=foo.py & make.bat test
rem ==========================================================================
if "%PYTHON%" == "" (
- if exist "C:\Python37\python.exe" (
- set PYTHON=C:\Python37\python.exe
+ if exist "C:\Python38-64\python.exe" (
+ set PYTHON=C:\Python38-64\python.exe
) else (
set PYTHON=C:\Python27\python.exe
)