diff --git a/src/Makefile b/src/Makefile index e01c4dc9..5d6a85d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,9 @@ LIBS += -lncursesw os := $(shell uname -o) ifeq ($(os),Cygwin) - LIBS += -lboost_regex-mt + LIBS += -lboost_regex-mt else - LIBS += -lboost_regex + LIBS += -lboost_regex endif debug ?= yes