Fix cygwin detection in Makefile

This commit is contained in:
Maxime Coste 2014-04-03 19:12:29 +01:00
parent c0e7975f62
commit fb72effde8

View File

@ -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