diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:56:26 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 18:56:26 +0100 |
commit | 3faad78cc9875da5ca5fcb3477b7a776e9ae54a6 (patch) | |
tree | cb6f2b1bb361c6b2314600f4c5f0ffaafa41a25b /Makefile | |
parent | b00d1ffb4286bc43a58f6a0d19d9270e4ca43dc0 (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
@@ -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 |