Link explicitly to iconv.

This commit is contained in:
Themaister 2011-08-28 22:20:15 +02:00
parent c1954aa4a6
commit edac39cb2b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ endif
ifeq ($(HAVE_XML), 1)
OBJ += gfx/shader_glsl.o gfx/image.o gfx/snes_state.o sha256.o cheats.o
DEFINES += -Ilibxml2 -DHAVE_XML
LIBS += -lxml2
LIBS += -lxml2 -liconv
endif
ifeq ($(HAVE_DYLIB), 1)