Mercurial > hg > vamp-plugin-sdk
changeset 482:95b7404af6ce
Might as well add these, since pretty much everyone seems to need them for Homebrew-installed libsndfile
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 23 Feb 2017 13:51:06 +0000 |
parents | 8701366604c7 |
children | ae4c5d2efc45 |
files | build/Makefile.osx |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build/Makefile.osx Thu Feb 09 11:49:40 2017 +0000 +++ b/build/Makefile.osx Thu Feb 23 13:51:06 2017 +0000 @@ -70,11 +70,11 @@ # Compile flags # CFLAGS += $(ARCHFLAGS) -fPIC -CXXFLAGS += $(ARCHFLAGS) -O2 -Wall -I. -fPIC +CXXFLAGS += $(ARCHFLAGS) -O2 -Wall -I. -I/usr/local/include -fPIC # Link flags common to all link targets # -LDFLAGS += $(ARCHFLAGS) +LDFLAGS += $(ARCHFLAGS) -L/usr/local/lib # ar, ranlib #