appveyor:fixup download of mingw gcc lzma

This commit is contained in:
Alam Ed Arias 2017-01-06 20:44:28 -05:00
parent c2ddbed90b
commit 8d1a2e3453
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ install:
- ccache -M 99M
- xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "MINGW_URL%" -FileName "%MINGW_LZMA%"
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_LZMA%"
- 7z x -y "%MINGW_LZMA%" -o%TMP% >null
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0