Makefile
branch0.4.5
changeset 9956 341e963c63c4
parent 9951 7a623ae69d11
child 9957 937fb2598053
--- a/Makefile	Wed Mar 22 21:24:26 2006 +0000
+++ b/Makefile	Wed Mar 22 21:40:26 2006 +0000
@@ -475,6 +475,12 @@
 endif
 endif
 
+ifdef OSX
+ifndef JAGUAR
+LIBS += -liconv
+endif
+endif
+
 # enables/disables assert()
 ifdef DISABLE_ASSERTS
 CFLAGS += -DNDEBUG