diff options
Diffstat (limited to 'biquad')
-rwxr-xr-x | biquad/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biquad/makefile b/biquad/makefile index 49835d2..1879a1a 100755 --- a/biquad/makefile +++ b/biquad/makefile @@ -85,7 +85,7 @@ DARWINCFLAGS = -DPD -DUNIX -DMACOSX -O2 \ -Wno-unused -Wno-parentheses -Wno-switch
# where is your m_pd.h ???
-DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj
+DARWININCLUDE = -I/. -I../../../pd/src -I../../../pd/obj -I/Applications/Pd-extended.app/Contents/Resources/include
.c.pd_darwin:
cc $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
|