aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile.pd-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/makefile.pd-darwin')
-rwxr-xr-xexternals/grill/py/makefile.pd-darwin9
1 files changed, 4 insertions, 5 deletions
diff --git a/externals/grill/py/makefile.pd-darwin b/externals/grill/py/makefile.pd-darwin
index 47d5bdac..ab63aa97 100755
--- a/externals/grill/py/makefile.pd-darwin
+++ b/externals/grill/py/makefile.pd-darwin
@@ -15,13 +15,12 @@ include ${CONFIG}
FLEXTLIB=${FLEXTPATH}/flext_t.a
# compiler+linker stuff
-INCLUDES=${PDPATH} ${FLEXTPATH} ${PYTHONINCLUDE}
-LIBPATH= ${PYTHONLIB}
+INCLUDES=${PDPATH} ${FLEXTPATH}
FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
-CFLAGS=$(UFLAGS) -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
+CFLAGS=$(UFLAGS) -Wno-long-double -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
#CFLAGS=-g
-LIBS=m python${PYTHONVER}
-LDFLAGS=-bundle -bundle_loader ${PD}
+LIBS=m
+LDFLAGS=-bundle -bundle_loader ${PD} -framework Python -framework Carbon
# ---------------------------------------------
# the rest can stay untouched