aboutsummaryrefslogtreecommitdiff
path: root/externals/grill
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-08-12 15:02:53 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-08-12 15:02:53 +0000
commitc95ea541b8d683f1e504d645a8aad24638bc38c3 (patch)
tree18c22c71a6ef210a3de7a090c66a808e4c568960 /externals/grill
parent173b4e7033e4fc902d20a3cc19e9198a61924f37 (diff)
fixing typo
OSX switch to dynamic_lookup, 10.3 only but much cleaner svn path=/trunk/; revision=5570
Diffstat (limited to 'externals/grill')
-rw-r--r--externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
index fd63e346..2e4f6995 100644
--- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
@@ -1,7 +1,7 @@
EXT=pd_darwin
#LDFLAGS += -bundle -bundle_loader $(PDBIN)
-LDFLAGS += -dylib -undefined dynamic_lookup
+LDFLAGS += -dynamiclib -undefined dynamic_lookup
TARGET=$(TARGETPATH)/$(TARGETNAME)
INSTTARGET=$(TARGET)