aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-04 00:39:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-04 00:39:53 +0000
commitecf5f1863c3b45e903417387d03e404cc0a08c0c (patch)
treeb0c8e43f003bc7129b9ca9f30ddaf0e7afc1db3f /Makefile
parent503a3dd6d7a76883b018f7ff54ae04bbfe37737e (diff)
use min target of 10.5 when 10.5 is the build platform
svn path=/trunk/externals/apple/; revision=13969
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \