Updated msys2 version

Added instructions how to resolve issues caused by breaking changes in msys2
This commit is contained in:
hunbernd 2020-08-04 11:41:46 +02:00
parent dbd4f4f6c7
commit 5649075115
2 changed files with 14 additions and 6 deletions

View file

@ -25,7 +25,7 @@ if exist "%EnvMSYS2Path%\msys%MSYS2Base%\usr\bin\pacman.exe" (
)
)
set MSYS2Install=msys2-base-%MSYS2Architecture%-20180531.tar.xz
set MSYS2Install=msys2-base-%MSYS2Architecture%-20200720.tar.xz
set MSYS2Url=http://sourceforge.net/projects/msys2/files/Base/%MSYS2Architecture%/%MSYS2Install%/download
%cecho% info "Remove previous MSYS2 version"