1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 08:51:46 +03:00

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
ifneq (,$(findstring CYGWIN,$(os)))
LIBS += -lboost_regex-mt
LIBS += -lboost_regex
else ifeq ($(os),Darwin)
LIBS += -lboost_regex-mt
else