mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
add boost_regex lib
This commit is contained in:
parent
b6dddb007b
commit
cebf73ef35
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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 \
|
||||
|
|
Loading…
Reference in a new issue