From cebf73ef3510154581fee81639f18d009a8e9182 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Thu, 11 Apr 2019 09:04:50 -0400 Subject: [PATCH] add boost_regex lib --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74da31c..d81b20c 100644 --- a/Makefile +++ b/Makefile @@ -56,9 +56,9 @@ LDPARAM += $(LDFLAGS) LIBS := lmdb pthread microhttpd unbound ifeq ($(OS), Darwin) -LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt +LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt boost_regex-mt else -LIBS += dl boost_system boost_date_time boost_chrono boost_filesystem boost_thread uuid +LIBS += dl boost_system boost_date_time boost_chrono boost_filesystem boost_thread boost_regex uuid endif PKG_LIBS := $(shell pkg-config \