From ecf5f1863c3b45e903417387d03e404cc0a08c0c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 4 Sep 2010 00:39:53 +0000 Subject: use min target of 10.5 when 10.5 is the build platform svn path=/trunk/externals/apple/; revision=13969 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c242c7..68ce961 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ ifeq ($(UNAME),Darwin) ifeq ($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8) FAT_FLAGS = -arch ppc -arch i386 -mmacosx-version-min=10.4 else - FAT_FLAGS = -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 + FAT_FLAGS = -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.5 SOURCES += $(SOURCES_iphoneos) endif CFLAGS += $(FAT_FLAGS) -fPIC -I/sw/include \ -- cgit v1.2.1