From 26e58ae14ec48bfa609f17f4769919e8566b5722 Mon Sep 17 00:00:00 2001 From: ketchupok Date: Wed, 17 Apr 2019 15:34:31 +0200 Subject: [PATCH] search for plugin.h in local ~/Library/ for Mac --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fe4e226..292009b 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ ifeq ($(UNAME), Linux) else ifeq ($(UNAME), Darwin) DYL = -dynamiclib FLAGS = -std=c++11 - LDLIBS = -I /Library/Frameworks/CsoundLib64.framework/Versions/current/Headers/ + LDLIBS = -I ~/Library/Frameworks/CsoundLib64.framework/Versions/current/Headers/ endif