Fix cygwin detection in Makefile
This commit is contained in:
parent
c0e7975f62
commit
fb72effde8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user