From 1499216f9a9d8c56e8bd1c7699789e392dc60df7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Dec 2010 06:36:37 +0000 Subject: updated to build against 0.43 svn path=/trunk/externals/miXed/; revision=14617 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') 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 -- cgit v1.2.1