diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-10-24 02:49:43 -0700 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-10-24 02:49:43 -0700 |
| commit | 867572cc54af7142b577ff02e22f05541e4008ad (patch) | |
| tree | 10ced230df2df1eb8b99f2c12d0be5a4707ae53a /make.bat | |
| parent | 503dfe9994211523b0b00211a4e3a7d3b96e3201 (diff) | |
| download | psutil-867572cc54af7142b577ff02e22f05541e4008ad.tar.gz | |
fix compiler warnings
Diffstat (limited to 'make.bat')
| -rw-r--r-- | make.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
