From 9579c7f5a6f8f0bb7c673269a2d2d96b84a8bf7e Mon Sep 17 00:00:00 2001 From: gw-chuck Date: Sun, 22 Jun 2008 21:37:57 +0000 Subject: [PATCH] *** empty log message *** --- v2/makefile.osx-ub | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v2/makefile.osx-ub b/v2/makefile.osx-ub index 2de91884..8e4afde4 100755 --- a/v2/makefile.osx-ub +++ b/v2/makefile.osx-ub @@ -1,4 +1,3 @@ - CXX=gcc CXX_LINK=g++ LEX=flex @@ -25,6 +24,11 @@ ifneq ($(CHUCK_STRICT),) FLAGS+= -Wall endif +# this is to link properly on leopard... +MACOSX_DEPLOYMENT_TARGET=10.4 +export MACOSX_DEPLOYMENT_TARGET +# option 2, add this to the gcc flags: -mmacosx-version-min=10.4 + #----------------------------------------------------------------------------- # by default, ChucK uses a pre-configured libsndfile... # uncomment the next 3 lines to use libsndfile on your system -- 2.11.4.GIT