Mingw x64:

* Iconv libs have been removed from SVN, disable it. This hopefully fixes the buildbot.
This commit is contained in:
Thomas Dinges 2012-11-20 01:26:21 +00:00
parent d19339a181
commit d7ff8855cb

@ -113,7 +113,7 @@ BF_FREETYPE_LIBPATH = '${BF_FREETYPE}/lib'
WITH_BF_QUICKTIME = False
WITH_BF_ICONV = True
WITH_BF_ICONV = False
BF_ICONV = LIBDIR + "/iconv"
BF_ICONV_INC = '${BF_ICONV}/include'
BF_ICONV_LIB = 'iconv'