mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
build: disable external signer on Windows
This commit is contained in:
parent
807169e10b
commit
e2ab9f83f8
3 changed files with 17 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue