Update MinGW-W64 and switch from msvcrt to ucrt.

This commit is contained in:
Rafal Kupiec 2020-08-17 15:16:21 +02:00
parent 8ed69629c0
commit 85aacf9adf
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ MAKEVCS="git://git.savannah.gnu.org/make"
# Mingw-w64 Settings
MINGWDIR="${SRCDIR}/mingw-w64"
MINGWLIB="msvcrt"
MINGWTAG="v6.0.0"
MINGWNTV="0x502"
MINGWLIB="ucrt"
MINGWTAG="v7.0.0"
MINGWNTV="0x601"
MINGWVCS="https://github.com/mirror/mingw-w64.git"
# Ninja Settings