mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Switch Windows builds to UCRT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user