From ff25948a6f09ad8cfb2800a4fc61d05822478bb5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 18 Sep 2014 18:43:12 +0100 Subject: [PATCH] Fix compilation on recent cygwin --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index bf35a70f..faf692be 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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