Skip to content

Commit f11f5bd

Browse files
committed
build-mingw-w64: Bump to the latest version as of Sep 17th
This is the latest version, minus one commit. The very latest commit, 20331109d1c90c19a510408ab119a76004bc41ea, causes issues with compiling VLC; that is a VLC issue (redefining GUIDs that now are provided by the system headers), but holding off of that change until VLC is updated to cope with it.
1 parent 490dfff commit f11f5bd

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:=1b554dec06f8d3c26b856a7d1575f396d8ffa403}
21+
: ${MINGW_W64_VERSION:=b70f2474437017368c99ca202809f20c4f773855}
2222

2323
CFGUARD_FLAGS="--enable-cfguard"
2424

0 commit comments

Comments
 (0)