From a2ad60526b242416a67b4f2e95a6d9162698385e Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 8 Dec 2009 18:55:53 +0100 Subject: Compiling with a minimum version of macos to 10.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 942dcbf..5fcf54c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3