Fix compilation on recent cygwin

This commit is contained in:
Maxime Coste 2014-09-18 18:43:12 +01:00
parent 90df4320b7
commit ff25948a6f

View File

@ -20,7 +20,7 @@ else
endif endif
ifneq (,$(findstring CYGWIN,$(os))) ifneq (,$(findstring CYGWIN,$(os)))
LIBS += -lboost_regex-mt LIBS += -lboost_regex
else ifeq ($(os),Darwin) else ifeq ($(os),Darwin)
LIBS += -lboost_regex-mt LIBS += -lboost_regex-mt
else else