build-mingw-w64, build-busybox: Bump to a newer version

This version of mingw-w64 includes the function "mkdtemp", which
breaks building the previously pinned version of busybox-w32 on i686.

Update both projects in sync, so that builds with newer nightly
versions of mingw-w64 also succeed.
This commit is contained in:
Martin Storsjö
2026-01-19 23:23:00 +02:00
parent 1ea8bbae4e
commit bfb0715614
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
set -e
: ${BUSYBOX_VERSION:=90c68f18dc24fb3919811199f849fa2dc7a75294}
: ${BUSYBOX_VERSION:=1f493261d16be3d984fe8a689f5113dafb6eaaa7}
BUILDDIR=build
+1 -1
View File
@@ -18,7 +18,7 @@ set -e
: ${DEFAULT_WIN32_WINNT:=0x601}
: ${DEFAULT_MSVCRT:=ucrt}
: ${MINGW_W64_VERSION:=de5b7406d2858b378cf5f59728d7b5bacc3faeab}
: ${MINGW_W64_VERSION:=a378a95e00fb78a2a947f01e5aab5ae4ae92fd22}
CFGUARD_FLAGS="--enable-cfguard"