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:
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