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"
13
13
export PACKAGES=" python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 file"
14
14
export RUN_FUNCTIONAL_TESTS=false
15
15
export 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
14
14
exit 0
15
15
fi
16
16
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"
18
18
if [ -z " $NO_WERROR " ]; then
19
19
BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-werror"
20
20
fi
You can’t perform that action at this time.
0 commit comments