Update MSYS2 MinGW version to 12.2.0

This is the version actually used for 3.2.2 binaries.
This commit is contained in:
Vadim Zeitlin 2023-02-09 18:10:24 +01:00
parent 3f6e2ca578
commit c98f9c9075
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ rem Initialize the main log file with the current date and time
echo %date% %time% : wxWidgets-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER% build started > %MAINLOGFILE%
rem Loop through all versions of the compiler
for %%c in ( 730 810 1030 1210 ) do (
for %%c in ( 730 810 1030 1220 ) do (
rem For each version, create a 32 and a 64 bits build
for %%a in ( 32 64 ) do (
call officialbuild.bat %%c %%a

View File

@ -13,7 +13,7 @@ rem Check if architecture is present
if "%2" == "" goto :NOPARAMS
rem Define compiler's bin directory
if "%1" == "1210" (
if "%1" == "1220" (
set COMPBINDIR=G:\msys64\mingw%2\bin
) else (
set COMPBINDIR=G:\MinGW%1-%2\bin