diff options
| author | guillaumecherel <guillaumecherel@users.noreply.github.com> | 2017-03-07 14:20:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-07 14:20:09 +0100 |
| commit | 81e7158bc1cfcd49db11ac0a9b31ba2617889ff1 (patch) | |
| tree | 3e008ab0e6b5558c94f3151445a0b6351adada2d /src | |
| parent | 58bde719e124549768d3d37bfa6c7a90672b8816 (diff) | |
Update Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 58f9c042..f254b7e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,8 +33,8 @@ os := $(shell uname) ifeq ($(os),Darwin) LIBS += -lncurses -lboost_regex-mt - CPPFLAGS += -I$(PREFIX)/opt/ncurses/include -I$(PREFIX)/opt/boost/include - LDFLAGS += -L$(PREFIX)/opt/ncurses/lib -L$(PREFIX)/opt/boost/lib + CPPFLAGS += -I$(PREFIX)/opt/ncurses/include -I$(PREFIX)/opt/boost/include -I/opt/local/include + LDFLAGS += -L$(PREFIX)/opt/ncurses/lib -L$(PREFIX)/opt/boost/lib -L/opt/local/lib else ifeq ($(os),FreeBSD) LIBS += -ltinfow -lncursesw -lboost_regex CPPFLAGS += -I/usr/local/include |
