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 | a9ce604cc934807eb6144b1bf1c3bb153a80579b (patch) | |
tree | e8b59dd4974df3451eab87be6502e3ad34d3d24b | |
parent | f7a4be4d060cfb71e4051227e43b476db281a473 (diff) |
set default install location to ~/Library/Pd on Mac OS X
svn path=/trunk/externals/smlib/; 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)" |