Link explicitly to iconv.
This commit is contained in:
parent
c1954aa4a6
commit
edac39cb2b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue