From e92596d0b1f30fb6751d304c41d59968c237fd79 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 10 Jan 2019 14:11:01 +0000 Subject: iconv: depends on PLATFORM_MINGW32 --- miscutils/iconv.c | 1 + 1 file changed, 1 insertion(+) 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 @@ //config:config ICONV //config: bool "iconv" //config: default y +//config: depends on PLATFORM_MINGW32 //config: help //config: 'iconv' converts text between character encodings. -- cgit v1.2.3-55-g6feb