Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
update build_script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 25, 2016
1 parent 29091d6 commit 9cd67a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_script.bat
Expand Up @@ -4,7 +4,7 @@ set pythonexe="%1"
goto custom_python:

:default_value_python:
set pythonexe="c:\Python34_x64\python"
set pythonexe="c:\Python35_x64\python"
:custom_python:
%pythonexe% -u setup.py build_script
if %errorlevel% neq 0 exit /b %errorlevel%

0 comments on commit 9cd67a0

Please sign in to comment.