diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-07-22 18:38:01 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-07-22 18:38:01 +0100 |
| commit | 82145168ec9faa729e2e12fe138cff0ae6a3fafa (patch) | |
| tree | 11bb9440248562c0041c6c3aa3b5e92118bd0280 /src | |
| parent | 7ab53d4ae000c2a387238a2b56f04fe3bf249461 (diff) | |
Add /usr/include/ncursesw in the include dirs list
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 302ba0d9..4aaa55e6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |
