mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-24 04:47:19 +01:00
Don't include util/url.cpp to libbitcoin_util.a when libevent isn't available. This fixes a compile error trying to build bitcoin-tx without libevent reported by Luke Dashjr in https://github.com/bitcoin/bitcoin/issues/18465 Fixes #18465