Browse Source

disable iconv in cygwin

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
deb489d138
  1. 1
      libtorrent/include/libtorrent/config.hpp

1
libtorrent/include/libtorrent/config.hpp

@ -246,6 +246,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_USE_IFADDRS 1 #define TORRENT_USE_IFADDRS 1
#define TORRENT_USE_IFCONF 1 #define TORRENT_USE_IFCONF 1
#define TORRENT_HAS_SALEN 0 #define TORRENT_HAS_SALEN 0
#define TORRENT_USE_ICONV 0
// ==== MINGW === // ==== MINGW ===
#elif defined __MINGW32__ #elif defined __MINGW32__

Loading…
Cancel
Save