mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02: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
@ -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…
Reference in New Issue
Block a user