From e055a6f957785afc13aeed4f0d288fe287adb601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 26 Apr 2024 12:05:04 +0300 Subject: [PATCH] WIP: build-mingw-w64: Bump to the latest version as of Apr 26th This version contains fixes for building the libcxx std C++ module with the mingw-w64 headers. --- build-mingw-w64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mingw-w64.sh b/build-mingw-w64.sh index 30574118..748632c2 100755 --- a/build-mingw-w64.sh +++ b/build-mingw-w64.sh @@ -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"