aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-08-11 16:44:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-08-11 16:44:48 +0000
commit9cba3b8fccf2f9d680d5ef7847689fe9cda2e294 (patch)
tree6cbff4009ceefd4a90c2b5f54a60768192ce0c1f /externals/grill/flext/buildsys/mac
parent95e8869619a68d33303ca1b6394b8856c1867c7f (diff)
fix dynamic linker problem, not using flat_namespace
OSX switch to dynamic_lookup, 10.3 only but much cleaner cosmetic changes to calm the compiler use normal assertion svn path=/trunk/; revision=5564
Diffstat (limited to 'externals/grill/flext/buildsys/mac')
-rw-r--r--externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc3
1 files changed, 2 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 2c5e364a..fd63e346 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,7 @@
EXT=pd_darwin
-LDFLAGS += -bundle -bundle_loader $(PDBIN)
+#LDFLAGS += -bundle -bundle_loader $(PDBIN)
+LDFLAGS += -dylib -undefined dynamic_lookup
TARGET=$(TARGETPATH)/$(TARGETNAME)
INSTTARGET=$(TARGET)