Merge branch 'patch-2' of git://github.com/rennis250/kakoune

This commit is contained in:
Maxime Coste 2016-03-10 19:43:35 +00:00
commit d554af7f0e

View File

@ -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