appveyor CI: use default mingw path to hopefully save us some downloads every run

This commit is contained in:
Andrew Tonner 2017-01-22 18:00:02 -08:00
parent a64bf7a0c5
commit 9a5b6ae3b3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ environment:
build_script:
- cmd: >-
%PYTHON%\python.exe c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\build_on_msys.py --build i686-pc-mingw32
%PYTHON%\python.exe c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\build_on_msys.py --build i686-pc-mingw32 --alt-mingw-path c:\mingw
after_build:
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\SheepShaver.exe