Skip to content

Commit 336895a

Browse files
committed
build-mingw-w64: Bump to the latest version as of Feb 21st
This removes uses of __DATE__ and -Werror from mingw-w64-tools, and updates winpthreads (mostly for compatibility with MSVC).
1 parent 373c32f commit 336895a

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
@@ -18,7 +18,7 @@ set -e
1818

1919
: ${DEFAULT_WIN32_WINNT:=0x601}
2020
: ${DEFAULT_MSVCRT:=ucrt}
21-
: ${MINGW_W64_VERSION:=a4c0c1d00d140d69a2c72f6ca0d49c91bdb2b08c}
21+
: ${MINGW_W64_VERSION:=57f796c80bfac3c75725e4e7a086afe43968b3ae}
2222

2323
CFGUARD_FLAGS="--enable-cfguard"
2424

0 commit comments

Comments
 (0)