diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:55:53 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:55:53 +0100 |
commit | a2ad60526b242416a67b4f2e95a6d9162698385e (patch) | |
tree | d3c3908d17a7a5f0344571b05ae1d707de50a725 | |
parent | 16c04eedf08ede5fc0d647437b09abd0b8ba9be5 (diff) |
Compiling with a minimum version of macos to 10.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |