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

@@ -13,4 +13,4 @@ export DPKG_ADD_ARCH="i386"
export PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 file"
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --disable-external-signer"
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests"