1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-02 00:32:07 +03:00

Add /usr/include/ncursesw in the include dirs list

This commit is contained in:
Maxime Coste 2015-07-22 18:38:01 +01:00
parent 7ab53d4ae0
commit 82145168ec

View File

@ -19,6 +19,7 @@ else ifneq (,$(findstring CYGWIN,$(os)))
LIBS += -lncursesw -lboost_regex -ldbghelp
else
LIBS += -lncursesw -lboost_regex
CXXFLAGS += -I/usr/include/ncursesw
LDFLAGS += -rdynamic
endif