(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash

This commit is contained in:
bjarni
2005-12-09 13:07:21 +00:00
parent 111e5ef0fd
commit 6cfdfcc4ba
4 changed files with 7 additions and 2 deletions

View File

@@ -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