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