From ad65ec359afdafa464cc685742b6b7bb805a1996 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 8 Dec 2009 18:56:09 +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 0bc2019..2d20972 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3