diff --git a/build_script.bat b/build_script.bat index 0d9f906..66e7b85 100644 --- a/build_script.bat +++ b/build_script.bat @@ -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% \ No newline at end of file