diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-01-28 10:30:54 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-01-28 10:30:54 +0000 |
commit | 0e4f1d5beeba7f2394547ca56e0776c212645288 (patch) | |
tree | fa5ae55e67df24226e79b00603aeb232533c5a5f | |
parent | 831a08e85446b13afa7e12d3cf338c53341003c5 (diff) |
some cleanups for OSX
svn path=/trunk/externals/clr/; revision=4511
-rwxr-xr-x | makefile.darwin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.darwin b/makefile.darwin index 1bdc00a..39354e9 100755 --- a/makefile.darwin +++ b/makefile.darwin @@ -4,6 +4,8 @@ clean: ; rm -f *.o *.pd_darwin # ----------------------- Mac OSX ----------------------- +# You'll have to set the environment variable +# MACOSX_DEPLOYMENT_TARGET=10.3 pd_darwin: clr.pd_darwin |