Fix compilation on recent cygwin
This commit is contained in:
parent
90df4320b7
commit
ff25948a6f
|
@ -20,7 +20,7 @@ else
|
|||
endif
|
||||
|
||||
ifneq (,$(findstring CYGWIN,$(os)))
|
||||
LIBS += -lboost_regex-mt
|
||||
LIBS += -lboost_regex
|
||||
else ifeq ($(os),Darwin)
|
||||
LIBS += -lboost_regex-mt
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user