diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:54:51 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:54:51 +0100 |
commit | be2dfb0d959e8b97a95bb5d4b1ab4bb01d1973c1 (patch) | |
tree | 70fa142b50bc383419588ca6f9455896ed113e3c /Makefile | |
parent | 2addb612e87b968611ba776c79fe2989f68df32e (diff) |
Compiling with a minimum version of macos to 10.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |