summaryrefslogtreecommitdiff
path: root/os/macosx/Makefile.setup
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-07 13:13:49 +0000
committerbjarni <bjarni@openttd.org>2006-01-07 13:13:49 +0000
commitdb3d226c526acbffb321ed71e4b05a0a202ea6e0 (patch)
tree1255a001e325f00cd2fed755e3af0a2853e756e7 /os/macosx/Makefile.setup
parenta8a2b93df56eadcfee735dc78039967c306a4b20 (diff)
downloadopenttd-db3d226c526acbffb321ed71e4b05a0a202ea6e0.tar.xz
(svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds
FAT binaries now need to rely on COCOA drivers. SDL didn't work properly anyway
Diffstat (limited to 'os/macosx/Makefile.setup')
-rw-r--r--os/macosx/Makefile.setup16
1 files changed, 0 insertions, 16 deletions
diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup
index befa231c5..c2531815f 100644
--- a/os/macosx/Makefile.setup
+++ b/os/macosx/Makefile.setup
@@ -89,22 +89,6 @@ $(error no PPC libpng found)
$(error no x86 libpng found)
endif
endif
-
- ifdef WITH_SDL
- ifdef STATIC
- ifndef x86_SDL_LIB
-$(error static universal build without a defined x86 SDL lib)
- endif
- endif
- TEST:=$(shell lipo -info `$(SDL_PPC_CONFIG) --prefix`/lib/libSDL.a | xargs -n 1 | grep "ppc"))
- ifndef TEST
-$(error no PPC SDL lib found)
- endif
- TEST:=$(shell lipo -info `$(SDL_x86_CONFIG) --prefix`/lib/libSDL.a | xargs -n 1 | grep "i386"))
- ifndef TEST
-$(error no x86 SDL lib found)
- endif
- endif
endif
ifdef UNIVERSAL_x86_PART