From deb489d1383074b0591a2549223dd2ddb60e8eab Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 24 Jan 2014 11:09:01 -0200 Subject: [PATCH] disable iconv in cygwin --- libtorrent/include/libtorrent/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libtorrent/include/libtorrent/config.hpp b/libtorrent/include/libtorrent/config.hpp index 2356f9c1..dfef7a64 100644 --- a/libtorrent/include/libtorrent/config.hpp +++ b/libtorrent/include/libtorrent/config.hpp @@ -246,6 +246,7 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_USE_IFADDRS 1 #define TORRENT_USE_IFCONF 1 #define TORRENT_HAS_SALEN 0 +#define TORRENT_USE_ICONV 0 // ==== MINGW === #elif defined __MINGW32__