From edac39cb2bfc7b2d4e4f0e8a83718cb5a0431b7d Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 28 Aug 2011 22:20:15 +0200 Subject: [PATCH] Link explicitly to iconv. --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 21270a5ee8..7212eba29f 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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)