Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update script
  • Loading branch information
sdpython committed Mar 11, 2017
1 parent 6abf4e8 commit d819c1c
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: goto custom_python:


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

0 comments on commit d819c1c

Please sign in to comment.