diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-26 03:22:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-26 03:22:57 +0000 |
commit | 0b5d09dc7020d1c987e4bbca9c992aeb95e87ca5 (patch) | |
tree | dca726f65aa7702f1b85c20f80f9a8df270c2bbc | |
parent | ab567b6e2a82a106527790943b57f0c44e1e73c9 (diff) |
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/sigpack/; revision=13478
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) @@ -278,3 +280,4 @@ showsetup: @echo "ALLSOURCES: $(ALLSOURCES)" @echo "UNAME: $(UNAME)" @echo "CPU: $(CPU)" + @echo "pkglibdir: $(pkglibdir)" |