diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-28 03:51:40 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-28 03:51:40 +0000 |
commit | e4a4f538375af2404ec0f3201fa2ac79e7a17c23 (patch) | |
tree | 2af692cb6f097901d2b149912d8d4e1e3c5bc99b /externals/grill/py/makefile.pd-darwin | |
parent | 4c702bb206700325fa26daf2355a864885be7c27 (diff) |
""
svn path=/trunk/; revision=1235
Diffstat (limited to 'externals/grill/py/makefile.pd-darwin')
-rwxr-xr-x | externals/grill/py/makefile.pd-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/makefile.pd-darwin b/externals/grill/py/makefile.pd-darwin index ec0eeeba..47d5bdac 100755 --- a/externals/grill/py/makefile.pd-darwin +++ b/externals/grill/py/makefile.pd-darwin @@ -18,7 +18,7 @@ FLEXTLIB=${FLEXTPATH}/flext_t.a INCLUDES=${PDPATH} ${FLEXTPATH} ${PYTHONINCLUDE} LIBPATH= ${PYTHONLIB} FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec +CFLAGS=$(UFLAGS) -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes #CFLAGS=-g LIBS=m python${PYTHONVER} LDFLAGS=-bundle -bundle_loader ${PD} |