summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-09-18 18:43:12 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-09-18 18:43:12 +0100
commitff25948a6f09ad8cfb2800a4fc61d05822478bb5 (patch)
treeb0948fb820d3c1e5c1b3594dbebdaeda38b34355 /src
parent90df4320b7c10e3b81d979d57b4a39ee1b0a574e (diff)
Fix compilation on recent cygwin
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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