Appveyor: other way around, the Mingw32 is at 9.1

(cherry picked from commit 0c2b300294)
This commit is contained in:
Alam Ed Arias 2019-08-08 23:05:24 -04:00 committed by James R
parent 1ee81fa9f8
commit 557fe2ec99
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ before_build:
- ccache -s
- if [%NOUPX%] == [1] ( set "NOUPX=NOUPX=1" ) else ( set "NOUPX=" )
- set "SRB2_MFLAGS=-C src WARNINGMODE=1 CCACHE=1 GCC73=1 NOOBJDUMP=1 %NOUPX%"
- if [%X86_64%] == [1] ( set "MINGW_FLAGS=MINGW64=1 X86_64=1 GCC91=1" ) else ( set "MINGW_FLAGS=MINGW=1" )
- if [%X86_64%] == [1] ( set "MINGW_FLAGS=MINGW64=1 X86_64=1" ) else ( set "MINGW_FLAGS=MINGW=1 GCC91=1" )
- set "SRB2_MFLAGS=%SRB2_MFLAGS% %MINGW_FLAGS% %CONFIGURATION%=1"
build_script: