File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66
77export LC_ALL=C.UTF-8
88
9- BITCOIN_CONFIG_ALL=" --enable-suppress-external-warnings --disable-dependency-tracking --prefix=$DEPENDS_DIR /$HOST "
9+ BITCOIN_CONFIG_ALL=" --enable-suppress-external-warnings --disable-dependency-tracking"
10+ if [ -z " $NO_DEPENDS " ]; then
11+ BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} CONFIG_SITE=$DEPENDS_DIR /$HOST /share/config.site"
12+ fi
1013if [ -z " $NO_WERROR " ]; then
1114 BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-werror"
1215fi
@@ -23,7 +26,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then
2326 exit 0
2427fi
2528
26- BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-external-signer --bindir =$BASE_OUTDIR /bin --libdir= $BASE_OUTDIR /lib "
29+ BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-external-signer --prefix =$BASE_OUTDIR "
2730
2831if [ -n " $CONFIG_SHELL " ]; then
2932 CI_EXEC " $CONFIG_SHELL " -c " ./autogen.sh"
You can’t perform that action at this time.
0 commit comments