summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:54:51 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:54:51 +0100
commitbe2dfb0d959e8b97a95bb5d4b1ab4bb01d1973c1 (patch)
tree70fa142b50bc383419588ca6f9455896ed113e3c
parent2addb612e87b968611ba776c79fe2989f68df32e (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 d1b2c07..c00e3d2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,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