Skip to content

Commit

Permalink
fixup 18735
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Nov 7, 2023
1 parent a4fc4c9 commit 307b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dash/build_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BITCOIN_CONFIG_ALL="--disable-dependency-tracking --prefix=$DEPENDS_DIR/$HOST --
( test -n "$CONFIG_SHELL" && eval '"$CONFIG_SHELL" -c "./autogen.sh"' ) || ./autogen.sh

rm -rf "${BASE_BUILD_DIR}"
mkdir "${BASE_BUILD_DIR}"
mkdir -p "${BASE_BUILD_DIR}"
cd "${BASE_BUILD_DIR}"

"${BASE_BUILD_DIR}"/configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
Expand Down

0 comments on commit 307b1a2

Please sign in to comment.