Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update build_script.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 22, 2018
1 parent 3653da4 commit 82b7bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_script.bat
Expand Up @@ -5,7 +5,9 @@ set pythonexe="%1"
goto custom_python:

:default_value_python:
set pythonexe="c:\Python365_x64\python.exe"
set pythonexe="c:\Python370_x64\python.exe"
if not exist %pythonexe% set pythonexe="c:\Python366_x64\python.exe"
if not exist %pythonexe% set pythonexe="c:\Python365_x64\python.exe"
if not exist %pythonexe% set pythonexe="c:\Python364_x64\python.exe"
if not exist %pythonexe% set pythonexe="c:\Python363_x64\python.exe"
if not exist %pythonexe% set pythonexe="c:\Python36_x64\python.exe"
Expand Down

0 comments on commit 82b7bcb

Please sign in to comment.