Skip to content

Commit 0e36001

Browse files
committed
build-mingw-w64: Update to the latest master version
This version includes a few minor fixes on top of the v8.0.0 release.
1 parent f91258a commit 0e36001

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:=v8.0.0 }
21+
: ${MINGW_W64_VERSION:=ecb4ff5498dfedd6abcbadb889b84fab19ee57b2}
2222

2323
while [ $# -gt 0 ]; do
2424
case "$1" in

0 commit comments

Comments
 (0)