mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 22:42:04 +01:00
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:
parent
c75c0d8e11
commit
058eb69ce4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue