build: add missing event cflags to libbitcoin_util

The fact that this is missing is currently masked by the inclusion of
BOOST_CPPFLAGS.
This commit is contained in:
fanquake
2022-10-11 16:03:35 +08:00
parent c75c0d8e11
commit 058eb69ce4

View File

@@ -710,6 +710,7 @@ libbitcoin_util_a_SOURCES = \
$(BITCOIN_CORE_H)
if USE_LIBEVENT
libbitcoin_util_a_CPPFLAGS += $(EVENT_CFLAGS)
libbitcoin_util_a_SOURCES += util/url.cpp
endif
#