summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 13:07:21 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 13:07:21 +0000
commit073aae307e4792f0afbf1c01a7f1b1640c08a1f0 (patch)
treef0d5922c98f436ad1347bb5af8afc4f6c06a8f0d /os
parent98ef748715887b45ee3004313c16690caf71c268 (diff)
downloadopenttd-073aae307e4792f0afbf1c01a7f1b1640c08a1f0.tar.xz
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Diffstat (limited to 'os')
-rw-r--r--os/macosx/Makefile.setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup
index 01c2813af..9b8441856 100644
--- a/os/macosx/Makefile.setup
+++ b/os/macosx/Makefile.setup
@@ -136,4 +136,6 @@ ifdef JAGUAR
WITH_NETWORK:=
# crosscompiling for jaguar should always be static
STATIC:=1
+ # libpng appears to break it too
+ WITH_PNG:=
endif \ No newline at end of file