Makefile
changeset 3294 be3b1e6b4b74
parent 3260 7d22aa47de3b
child 3311 56c1c502ff6d
--- a/Makefile	Wed Mar 22 10:13:15 2006 +0000
+++ b/Makefile	Wed Mar 22 13:06:50 2006 +0000
@@ -486,8 +486,10 @@
 endif
 
 ifdef OSX
+ifndef JAGUAR
 LIBS += -liconv
 endif
+endif
 
 # enables/disables assert()
 ifdef DISABLE_ASSERTS