diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
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 |