Force internal iconv for Amiga build, as libiconv causing odd problems despite working

well through libparserutils

svn path=/trunk/netsurf/; revision=10582
This commit is contained in:
Chris Young 2010-06-27 12:23:34 +00:00
parent d36758ad97
commit 656784f863
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ ifeq ($(TARGET),amiga)
# Force using glibc internal iconv implementation instead of external libiconv
# Valid options: YES, NO
NETSURF_USE_LIBICONV_PLUG := NO
NETSURF_USE_LIBICONV_PLUG := YES
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
# Valid options: YES, NO, AUTO