Skip to content

Commit

Permalink
Update version3 branch installer to build from version3 branches.
Browse files Browse the repository at this point in the history
Fix version3 branch name typo.
  • Loading branch information
evoskuil committed Mar 8, 2017
1 parent 3c0640c commit 3d27728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ IF NOT EXIST "%nuget_pkg_path%" (
)
)

call :init libbitcoin libbitcoin master
call :init libbitcoin libbitcoin version3
IF %ERRORLEVEL% NEQ 0 (
call :failure "Initializing repository libbitcoin libbitcoin master failed."
call :failure "Initializing repository libbitcoin libbitcoin version3 failed."
exit /b 1
)
call :bld_repo libbitcoin-database
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,8 @@ build_all()
{
build_from_tarball_boost $BOOST_URL $BOOST_ARCHIVE bzip2 . $PARALLEL "$BUILD_BOOST" "${BOOST_OPTIONS[@]}"
build_from_github libbitcoin secp256k1 version4 $PARALLEL ${SECP256K1_OPTIONS[@]} "$@"
build_from_github libbitcoin libbitcoin master $PARALLEL ${BITCOIN_OPTIONS[@]} "$@"
build_from_travis libbitcoin libbitcoin-database master $PARALLEL ${BITCOIN_DATABASE_OPTIONS[@]} "$@"
build_from_github libbitcoin libbitcoin version3 $PARALLEL ${BITCOIN_OPTIONS[@]} "$@"
build_from_travis libbitcoin libbitcoin-database version3 $PARALLEL ${BITCOIN_DATABASE_OPTIONS[@]} "$@"
}


Expand Down

0 comments on commit 3d27728

Please sign in to comment.