diff options
author | bjarni <bjarni@openttd.org> | 2006-03-22 13:06:50 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-03-22 13:06:50 +0000 |
commit | 0b102f0e007a93209206c0fd898d725c402e16b2 (patch) | |
tree | eda101e579e395fa1de8cb0fac3a661484c4946f /Makefile | |
parent | adab6f643878284b20eba0dff535923f6c1d8d8b (diff) | |
download | openttd-0b102f0e007a93209206c0fd898d725c402e16b2.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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -486,8 +486,10 @@ endif endif ifdef OSX +ifndef JAGUAR LIBS += -liconv endif +endif # enables/disables assert() ifdef DISABLE_ASSERTS |