build: disable external signer on Windows

This commit is contained in:
fanquake
2022-01-13 21:07:44 +08:00
parent 807169e10b
commit e2ab9f83f8
3 changed files with 17 additions and 8 deletions

View File

@@ -6,11 +6,6 @@
#include <util/system.h>
#ifdef ENABLE_EXTERNAL_SIGNER
#if defined(WIN32) && !defined(__kernel_entry)
// A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
// For details see https://github.com/bitcoin/bitcoin/pull/22348.
#define __kernel_entry
#endif
#include <boost/process.hpp>
#endif // ENABLE_EXTERNAL_SIGNER