summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:56:09 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:56:09 +0100
commitad65ec359afdafa464cc685742b6b7bb805a1996 (patch)
tree73aab6b706d437acbeee734455b912d2967a1ef6
parentf00444e8af75be583f3c83eea87c3d4fc228e809 (diff)
Compiling with a minimum version of macos to 10.5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bc2019..2d20972 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ STRIP = strip -x
ifeq ($(TRUESYSTEM),Linux)
CC = i686-apple-darwin9-gcc
CXX = i686-apple-darwin9-g++
-LD = i686-apple-darwin9-g++ -arch i386
+LD = i686-apple-darwin9-g++ -arch i386 -mmacosx-version-min=10.5
STRIP = i686-apple-darwin9-strip -x
AS = i686-apple-darwin9-as -arch i386
LIPO = i686-apple-darwin9-lipo