summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:56:26 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:56:26 +0100
commit3faad78cc9875da5ca5fcb3477b7a776e9ae54a6 (patch)
treecb6f2b1bb361c6b2314600f4c5f0ffaafa41a25b
parentb00d1ffb4286bc43a58f6a0d19d9270e4ca43dc0 (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 d523ec9..c10ccb7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ FINK=
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