From 50ab4f1c47eb29bcedbc0117720c80de6a1c68e7 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 23 Dec 2005 13:06:09 +0000 Subject: fix dynamic linker problem, not using flat_namespace svn path=/trunk/; revision=4290 --- externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill') 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) -- cgit v1.2.1