Skip to content
Snippets Groups Projects
Commit e99608c5 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

use pd-l2ork for binary name to -bundle_loader arg

parent 77333874
No related branches found
No related tags found
Loading
......@@ -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)/../bin/pd-l2ork -flat_namespace
endif
SHARED_DIR = $(ROOT_DIR)/shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment