mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
build: Re-enable external signer support for Windows
Github-Pull: #29868 Rebased-From: 944717a08a99b750f27a0a81512b3cac92d39923
This commit is contained in:
parent
ad3dedaacb
commit
8c8249b545
@ -1273,12 +1273,6 @@ if test "$use_boost" = "yes"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
case $host in
|
||||
dnl Re-enable it after enabling Windows support in cpp-subprocess.
|
||||
*mingw*)
|
||||
use_external_signer="no"
|
||||
;;
|
||||
esac
|
||||
if test "$use_external_signer" = "yes"; then
|
||||
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user