diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-04-03 19:12:29 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-04-03 19:12:29 +0100 |
| commit | fb72effde8c3dc9f09c40601bbf8885bfdd2d5a7 (patch) | |
| tree | 4dd244b2071f045b0248c794961639327578f438 /src/Makefile | |
| parent | c0e7975f62a08140af8b77991aaa2be105f17b49 (diff) | |
Fix cygwin detection in Makefile
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 7ff4eb00..8fe4a46f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ else LIBS += -lncursesw endif -ifeq ($(os),Cygwin) +ifneq (,$(findstring CYGWIN,$(os))) LIBS += -lboost_regex-mt else ifeq ($(os),Darwin) LIBS += -lboost_regex-mt |
