Windows build environment

- Added "-spec win32-g++" to build.bat
- Added "--no-check-certificate" to download-file.bat
- Fixed build installer
This commit is contained in:
thunder2 2018-05-31 19:19:41 +02:00
parent 4eda277922
commit 5953e7bbe8
3 changed files with 3 additions and 3 deletions

View file

@ -8,6 +8,6 @@ if "%~2"=="" (
)
::"%EnvCurlExe%" -L -k "%~1" -o "%~2"
"%EnvWgetExe%" --continue "%~1" --output-document="%~2"
"%EnvWgetExe%" --no-check-certificate --continue "%~1" --output-document="%~2"
exit /B %ERRORLEVEL%