summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a48a47a5..c79c2706 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -37,6 +37,8 @@ os := $(shell uname)
ifeq ($(os),Darwin)
LIBS += -lncurses -lboost_regex-mt
+ CPPFLAGS += -I/usr/local/opt/ncurses/include
+ LDFLAGS += -L/usr/local/opt/ncurses/lib
else ifeq ($(os),FreeBSD)
LIBS += -ltinfow -lncursesw -lboost_regex
CPPFLAGS += -I/usr/local/include