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 | bf28f936ed3182e34b71184ec91d906b81544a6f (patch) | |
tree | 991c9cd4dfb5c8265c644a13176a5731ead4d554 /Makefile | |
parent | 3e117ad8cd4ea324d976603b88c8408a5761054b (diff) |
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/pmpd/; revision=13478
Diffstat (limited to 'Makefile')
-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) @@ -277,3 +279,4 @@ showsetup: @echo "ALLSOURCES: $(ALLSOURCES)" @echo "UNAME: $(UNAME)" @echo "CPU: $(CPU)" + @echo "pkglibdir: $(pkglibdir)" |