summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-03-22 13:06:50 +0000
committerbjarni <bjarni@openttd.org>2006-03-22 13:06:50 +0000
commit14b12efa4a0dc8a1f25c24024801d6cdec344816 (patch)
treeeda101e579e395fa1de8cb0fac3a661484c4946f /Makefile
parent0b7926968bb1ea4728688408e84ae4a408222d68 (diff)
downloadopenttd-14b12efa4a0dc8a1f25c24024801d6cdec344816.tar.xz
(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
this have the sideeffect that 10.2.8 will still have the "failure to save with certain chars in the filename bug", but at least it can compile again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfb0ea6d8..66bd47924 100644
--- a/Makefile
+++ b/Makefile
@@ -486,8 +486,10 @@ endif
endif
ifdef OSX
+ifndef JAGUAR
LIBS += -liconv
endif
+endif
# enables/disables assert()
ifdef DISABLE_ASSERTS