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 6
6
7
7
export LC_ALL=C.UTF-8
8
8
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
10
13
if [ -z " $NO_WERROR " ]; then
11
14
BITCOIN_CONFIG_ALL=" ${BITCOIN_CONFIG_ALL} --enable-werror"
12
15
fi
@@ -23,7 +26,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then
23
26
exit 0
24
27
fi
25
28
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 "
27
30
28
31
if [ -n " $CONFIG_SHELL " ]; then
29
32
CI_EXEC " $CONFIG_SHELL " -c " ./autogen.sh"
You can’t perform that action at this time.
0 commit comments