diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-30 04:58:25 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-30 04:58:25 +0000 |
commit | df2969c21530e66b61b85a75644ab3aef2ecb7ee (patch) | |
tree | 33732754c80415705dea5d735aa831ada6daf6f9 /externals/grill/flext/buildsys/mac/pd | |
parent | a6191b14a38c4ffb858d89da2c82cc00600f9733 (diff) |
build system for OSX
updated build system
svn path=/trunk/; revision=2436
Diffstat (limited to 'externals/grill/flext/buildsys/mac/pd')
-rw-r--r-- | externals/grill/flext/buildsys/mac/pd/config-gcc.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/buildsys/mac/pd/config-gcc.def b/externals/grill/flext/buildsys/mac/pd/config-gcc.def index 1f8ab2cd..9793e4a3 100644 --- a/externals/grill/flext/buildsys/mac/pd/config-gcc.def +++ b/externals/grill/flext/buildsys/mac/pd/config-gcc.def @@ -1,5 +1,5 @@ -# where is the PD installation? -PDPATH=/usr/local/lib/pd +# where is the PD installation including source code? +PDPATH=/Applications/Pd-0.38-0test10.app/Contents/Resources # where is the PD executable? PDBIN=/usr/local/bin/pd |