Add /usr/include/ncursesw in the include dirs list
This commit is contained in:
parent
7ab53d4ae0
commit
82145168ec
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user