blob: 5eb0a234707977f9ae200d60a15a3ab476ecac9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
EXT=pd_darwin
LDFLAGS += -bundle -bundle_loader $(PDBIN)
# it seems we are having symbol name clashes with the following "new preferred method"
# so we rather stick to the above "deprecated method"
#LDFLAGS += -dynamiclib -undefined dynamic_lookup
TARGET=$(TARGETPATH)/$(TARGETNAME)
INSTTARGET=$(TARGET)
|