diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-10 14:11:01 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-10 14:11:01 +0000 |
commit | e92596d0b1f30fb6751d304c41d59968c237fd79 (patch) | |
tree | f6cf455638a13b34cb9edf5fb512b9eefe2436af | |
parent | 5757aff16d8ca7570386a3eda4d1d5196d820bbb (diff) | |
download | busybox-w32-e92596d0b1f30fb6751d304c41d59968c237fd79.tar.gz busybox-w32-e92596d0b1f30fb6751d304c41d59968c237fd79.tar.bz2 busybox-w32-e92596d0b1f30fb6751d304c41d59968c237fd79.zip |
iconv: depends on PLATFORM_MINGW32
-rw-r--r-- | miscutils/iconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/iconv.c b/miscutils/iconv.c index 828c38213..c3289982d 100644 --- a/miscutils/iconv.c +++ b/miscutils/iconv.c | |||
@@ -16,6 +16,7 @@ | |||
16 | //config:config ICONV | 16 | //config:config ICONV |
17 | //config: bool "iconv" | 17 | //config: bool "iconv" |
18 | //config: default y | 18 | //config: default y |
19 | //config: depends on PLATFORM_MINGW32 | ||
19 | //config: help | 20 | //config: help |
20 | //config: 'iconv' converts text between character encodings. | 21 | //config: 'iconv' converts text between character encodings. |
21 | 22 | ||