mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
build: disable external signer on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user