Small fixes:

- Documenting CONFIG+=
- Changed back msys2 download to an older version, the current one had bugs
This commit is contained in:
hunbernd 2020-06-06 23:50:04 +02:00
parent 2f3a8a9815
commit 03b4c69ae9
3 changed files with 3 additions and 4 deletions

View file

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