diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/vanilla/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile index bdc09d74..e324e4f8 100644 --- a/externals/vanilla/Makefile +++ b/externals/vanilla/Makefile @@ -104,6 +104,8 @@ ifeq ($(UNAME),Darwin) STRIP = strip -x DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION) DISTBINDIR=$(DISTDIR)-$(OS) +# install into ~/Library/Pd on Mac OS X since /usr/local isn't used much + pkglibdir=$(HOME)/Library/Pd endif endif ifeq ($(UNAME),Linux) @@ -279,3 +281,4 @@ showsetup: @echo "ALLSOURCES: $(ALLSOURCES)" @echo "UNAME: $(UNAME)" @echo "CPU: $(CPU)" + @echo "pkglibdir: $(pkglibdir)" |