Skip to content

Commit 9d8339b

Browse files
committed
Update mingw-w64 to the latest version
This version fixes deadlocks in winpthreads condvars (in certain use patterns), uses the _UCRT define to request and signal the use of UCRT, fixes the UCRT _vsnwprintf function, uses the CRT's setjmp/longjmp on AArch64 if SEH is in use, and makes the UCRT set the app type to console properly for such apps.
1 parent 0d4861f commit 9d8339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cd mingw-w64
5353

5454
if [ -n "$SYNC" ] || [ -n "$CHECKOUT" ]; then
5555
[ -z "$SYNC" ] || git fetch
56-
git checkout 164990461720e0ed6ea5ea9f359d78595b1a459a
56+
git checkout 19e51f596a126aa5019c126e6904efca771493d9
5757
fi
5858

5959
# If crosscompiling the toolchain itself, we already have a mingw-w64

0 commit comments

Comments
 (0)