diff options
author | Ron Yorston <rmy@pobox.com> | 2023-09-15 09:41:57 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-09-15 09:44:12 +0100 |
commit | 54e6e2a16f2091d5dd1251bb3b4436555b1b0a03 (patch) | |
tree | f7fce0d9c0412f15a848147af83b1421c868a149 /scripts | |
parent | b822f427d894f46a85d3ce5ff785d3ea2cef972f (diff) | |
download | busybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.tar.gz busybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.tar.bz2 busybox-w32-54e6e2a16f2091d5dd1251bb3b4436555b1b0a03.zip |
win32: include our manifests in default configurations
The default configurations now include the provided standard or
UTF-8 manifest.
This works best if the build toolchain doesn't provide a default
manifest (which Fedora and w64devkit don't, by default).
If the toolchain does have a default manifest some bloat will
result.
(GitHub issue #366)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk_mingw64u_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk_mingw64u_defconfig b/scripts/mk_mingw64u_defconfig index 760c55a00..19124d735 100755 --- a/scripts/mk_mingw64u_defconfig +++ b/scripts/mk_mingw64u_defconfig | |||
@@ -34,3 +34,5 @@ set_build_opts \ | |||
34 | CONFIG_UNICODE_WIDE_WCHARS=y \ | 34 | CONFIG_UNICODE_WIDE_WCHARS=y \ |
35 | < "$configs"/mingw64_defconfig \ | 35 | < "$configs"/mingw64_defconfig \ |
36 | > "$configs"/mingw64u_defconfig | 36 | > "$configs"/mingw64u_defconfig |
37 | |||
38 | sed -i 's/CONFIG_FEATURE_APP_MANIFEST=y/# CONFIG_FEATURE_APP_MANIFEST is not set/' "$configs"/mingw64u_defconfig | ||