summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-10-24 02:49:43 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2019-10-24 02:49:43 -0700
commit867572cc54af7142b577ff02e22f05541e4008ad (patch)
tree10ced230df2df1eb8b99f2c12d0be5a4707ae53a /make.bat
parent503dfe9994211523b0b00211a4e3a7d3b96e3201 (diff)
downloadpsutil-867572cc54af7142b577ff02e22f05541e4008ad.tar.gz
fix compiler warnings
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
)