Switch Windows builds to UCRT

This commit is contained in:
RichardG867
2025-11-14 21:40:42 -03:00
parent e19c82a147
commit 571855319e

View File

@@ -338,7 +338,8 @@ strip_binary=strip
if is_windows
then
# Switch into the correct MSYSTEM if required.
msys=MINGW$arch
msys=UCRT$arch
[ ! -d "/$msys" ] && msys=MINGW$arch
[ ! -d "/$msys" ] && msys=CLANG$arch
if [ -d "/$msys" ]
then