summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73b566f91..bfb0ea6d8 100644
--- a/Makefile
+++ b/Makefile
@@ -485,6 +485,10 @@ LIBS += $(shell $(LIBPNG-CONFIG) --L_opts $(PNGCONFIG_FLAGS))
endif
endif
+ifdef OSX
+LIBS += -liconv
+endif
+
# enables/disables assert()
ifdef DISABLE_ASSERTS
CFLAGS += -DNDEBUG