File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export DPKG_ADD_ARCH="i386"
1313export PACKAGES=" python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 file"
1414export RUN_FUNCTIONAL_TESTS=false
1515export GOAL=" deploy"
16- export BITCOIN_CONFIG=" --enable-reduce-exports --disable-gui-tests"
16+ export BITCOIN_CONFIG=" --enable-reduce-exports --disable-external-signer --disable- gui-tests"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then
1414 exit 0
1515fi
1616
17- BITCOIN_CONFIG_ALL=" --enable-suppress-external-warnings --disable-dependency-tracking --prefix=$DEPENDS_DIR /$HOST --bindir=$BASE_OUTDIR /bin --libdir=$BASE_OUTDIR /lib"
17+ BITCOIN_CONFIG_ALL=" --enable-external-signer --enable- suppress-external-warnings --disable-dependency-tracking --prefix=$DEPENDS_DIR /$HOST --bindir=$BASE_OUTDIR /bin --libdir=$BASE_OUTDIR /lib"
1818if [ -z " $NO_WERROR " ]; then
1919 BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-werror"
2020fi
You can’t perform that action at this time.
0 commit comments