aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-06-12 13:03:20 +0000
committerGitHub <noreply@github.com>2025-06-12 13:03:20 +0000
commit143f43d75e5f210c5876c2f73bb842e4f08110a6 (patch)
tree8ae55c1e2e14f1a826866940ea3f189051a2b1ed /scripts
parent854c647da7a84cf2aaa2c9a84ff1ca353bdaf9cf (diff)
parent3fac1fbf2c3daf805629f0ecb10b3d268d2a6f5d (diff)
downloadbusybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.tar.gz
busybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.tar.bz2
busybox-w32-143f43d75e5f210c5876c2f73bb842e4f08110a6.zip
Merge pull request #498 from rfl890/master
Add a Windows CNG backend for hash_md5_sha
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk_mingw64u_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk_mingw64u_defconfig b/scripts/mk_mingw64u_defconfig
index 19124d735..5561a0900 100755
--- a/scripts/mk_mingw64u_defconfig
+++ b/scripts/mk_mingw64u_defconfig
@@ -32,6 +32,7 @@ set_build_opts \
32 CONFIG_LAST_SUPPORTED_WCHAR=1114111 \ 32 CONFIG_LAST_SUPPORTED_WCHAR=1114111 \
33 CONFIG_UNICODE_COMBINING_WCHARS=y \ 33 CONFIG_UNICODE_COMBINING_WCHARS=y \
34 CONFIG_UNICODE_WIDE_WCHARS=y \ 34 CONFIG_UNICODE_WIDE_WCHARS=y \
35 CONFIG_FEATURE_USE_CNG_API=y \
35 < "$configs"/mingw64_defconfig \ 36 < "$configs"/mingw64_defconfig \
36 > "$configs"/mingw64u_defconfig 37 > "$configs"/mingw64u_defconfig
37 38