summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:55:53 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:55:53 +0100
commita2ad60526b242416a67b4f2e95a6d9162698385e (patch)
treed3c3908d17a7a5f0344571b05ae1d707de50a725
parent16c04eedf08ede5fc0d647437b09abd0b8ba9be5 (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 942dcbf..5fcf54c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,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
LIPO = i686-apple-darwin9-lipo