mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +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
|
||||||
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
|
if test "$use_external_signer" = "yes"; then
|
||||||
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
|
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user