Skip to content

Commit 5004db0

Browse files
committed
Update mingw-w64 to the latest version
This fixes symbol availability of __C_specific_handler for use of SEH on arm64.
1 parent 04beed3 commit 5004db0

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
@@ -41,7 +41,7 @@ cd mingw-w64
4141

4242
if [ -n "$SYNC" ] || [ -n "$CHECKOUT" ]; then
4343
[ -z "$SYNC" ] || git fetch
44-
git checkout f7b2feb36b321da90e1abf95f40efb5170126400
44+
git checkout dc348cb1b4673ff897507ea29c27adb1c750e4a7
4545
fi
4646

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

0 commit comments

Comments
 (0)