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
|
||||
else
|
||||
LIBS += -lncursesw -lboost_regex
|
||||
CXXFLAGS += -I/usr/include/ncursesw
|
||||
LDFLAGS += -rdynamic
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user