Skip to content

Commit

Permalink
search for plugin.h in local ~/Library/ for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchupok committed Apr 17, 2019
1 parent 875223c commit 26e58ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -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


Expand Down

0 comments on commit 26e58ae

Please sign in to comment.