mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
build: add missing event cflags to libbitcoin_util
The fact that this is missing is currently masked by the inclusion of BOOST_CPPFLAGS. Cherry-picked from: 058eb69c
This commit is contained in:
parent
44ff0bc05e
commit
5a555298ed
@ -560,6 +560,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…
x
Reference in New Issue
Block a user