Skip to content

Commit

Permalink
WIP: build-mingw-w64: Bump to the latest version as of Apr 26th
Browse files Browse the repository at this point in the history
This version contains fixes for building the libcxx std C++ module
with the mingw-w64 headers.
  • Loading branch information
mstorsjo committed Apr 26, 2024
1 parent 60dd1d8 commit e2fd7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-mingw-w64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e

: ${DEFAULT_WIN32_WINNT:=0x601}
: ${DEFAULT_MSVCRT:=ucrt}
: ${MINGW_W64_VERSION:=9b17c3374aa9eb809938bbcf7cf37093e842a4a7}
: ${MINGW_W64_VERSION:=8fdf7c9b5c0d7fe3e01ee8cff13fac813f30d7be}

CFGUARD_FLAGS="--enable-cfguard"

Expand Down

0 comments on commit e2fd7f0

Please sign in to comment.