From 1c065b3b5214bdc4eae29b1c7c37f14ed4c12708 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:12:39 +0000 Subject: [PATCH] msvc: Add `BOOST_PROCESS_USE_STD_FS` macro --- build_msvc/bitcoin_config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index 17166474866923..e23f0a2cbe576e 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -44,6 +44,9 @@ /* define if external signer support is enabled (requires Boost::Process) */ #define ENABLE_EXTERNAL_SIGNER /**/ +/* define to avoid Boost::Process trying to use Boost Filesystem */ +#define BOOST_PROCESS_USE_STD_FS /**/ + /* Define to 1 if you have the declaration of `be16toh', and to 0 if you don't. */ #define HAVE_DECL_BE16TOH 0