aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:36:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:36:37 +0000
commit1499216f9a9d8c56e8bd1c7699789e392dc60df7 (patch)
tree2c59ed88159ba523abe4bd703439789876159a25
parent6d1202657ef761ccc462fe0f6ea95d2df6bcf653 (diff)
updated to build against 0.43
svn path=/trunk/externals/miXed/; revision=14617
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c8dcdc2..72a89e8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -63,7 +63,7 @@ DEFINES = -DUNIX -DMACOSX
OPT_CFLAGS = -O2 -funroll-loops -fomit-frame-pointer
# perhaps "-undefined suppress" would be a better choice, when we go dynamic
# with our own common code? (not likely to happen soon...)
-LFLAGS = -bundle -bundle_loader $(PD_DIR)/../bin/pd -flat_namespace
+LFLAGS = -bundle -bundle_loader $(PD_DIR)/pd -undefined dynamic_lookup
endif
SHARED_DIR = $(ROOT_DIR)/shared