aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-23 13:06:09 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-23 13:06:09 +0000
commit50ab4f1c47eb29bcedbc0117720c80de6a1c68e7 (patch)
treec334a6e8f7a3b4096b3f7421fb6ae42ce4272c59 /externals/grill/flext
parent4c186e9a6f527c93c563b24cbd998d76bff0919e (diff)
fix dynamic linker problem, not using flat_namespace
svn path=/trunk/; revision=4290
Diffstat (limited to 'externals/grill/flext')
-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 e7af8eb6..2c5e364a 100644
--- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
@@ -1,6 +1,6 @@
EXT=pd_darwin
-LDFLAGS += -bundle -bundle_loader $(PDBIN) -flat_namespace
+LDFLAGS += -bundle -bundle_loader $(PDBIN)
TARGET=$(TARGETPATH)/$(TARGETNAME)
INSTTARGET=$(TARGET)