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 LIBS += -lncursesw -lboost_regex -ldbghelp
else else
LIBS += -lncursesw -lboost_regex LIBS += -lncursesw -lboost_regex
CXXFLAGS += -I/usr/include/ncursesw
LDFLAGS += -rdynamic LDFLAGS += -rdynamic
endif endif