add boost_regex lib

This commit is contained in:
Jethro Grassie 2019-04-11 09:04:50 -04:00
parent b6dddb007b
commit cebf73ef35
No known key found for this signature in database
GPG key ID: DE8ED755616565BB

View file

@ -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 \