aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/makefile.pd-darwin
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-09-23 04:10:33 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-09-23 04:10:33 +0000
commit59b0aae67b1e72fce38c208382ce099bb88e5644 (patch)
treef4c57c4a6a02b96e278edd15e40e16463fc49f18 /externals/grill/pool/makefile.pd-darwin
parent3fb8afa21cd68ee74088aaef7dc425b24f0e37a5 (diff)
""
svn path=/trunk/; revision=2054
Diffstat (limited to 'externals/grill/pool/makefile.pd-darwin')
-rw-r--r--externals/grill/pool/makefile.pd-darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/pool/makefile.pd-darwin b/externals/grill/pool/makefile.pd-darwin
index 2f3baf96..83424e16 100644
--- a/externals/grill/pool/makefile.pd-darwin
+++ b/externals/grill/pool/makefile.pd-darwin
@@ -22,8 +22,8 @@ FRAMEWORKS=Carbon
LDFLAGS+=-Wl,-x -Wl,-S -bundle -bundle_loader $(PD)
ifdef FLEXT_SHARED
-CFLAGS+=-dynamic -DFLEXT_SHARED
-LDFLAGS+=-dynamic -L$(FLEXTPATH)
+CFLAGS+=-DFLEXT_SHARED
+LDFLAGS+=-L$(FLEXTPATH)
FLEXTLIB=-lflext
else