mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
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:
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
: ${BUSYBOX_VERSION:=90c68f18dc24fb3919811199f849fa2dc7a75294}
|
||||
: ${BUSYBOX_VERSION:=1f493261d16be3d984fe8a689f5113dafb6eaaa7}
|
||||
|
||||
BUILDDIR=build
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user