Skip to content

Commit 3ac823e

Browse files
committed
Regenerate artifacts.
1 parent 83cbd61 commit 3ac823e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ IF NOT EXIST "%nuget_pkg_path%" (
2323
)
2424
)
2525

26-
call :init pmienk libbitcoin-system master
26+
call :init libbitcoin libbitcoin-system master
2727
IF %ERRORLEVEL% NEQ 0 (
28-
call :failure "Initializing repository pmienk libbitcoin-system master failed."
28+
call :failure "Initializing repository libbitcoin libbitcoin-system master failed."
2929
exit /b 1
3030
)
3131
call :bld_repo libbitcoin-protocol

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ build_all()
709709
build_from_tarball_boost $BOOST_URL $BOOST_ARCHIVE bzip2 . $PARALLEL "$BUILD_BOOST" "${BOOST_OPTIONS[@]}"
710710
build_from_tarball $ZMQ_URL $ZMQ_ARCHIVE gzip . $PARALLEL "$BUILD_ZMQ" "${ZMQ_OPTIONS[@]}" "$@"
711711
build_from_github libbitcoin secp256k1 version5 $PARALLEL ${SECP256K1_OPTIONS[@]} "$@"
712-
build_from_github pmienk libbitcoin-system master $PARALLEL ${BITCOIN_SYSTEM_OPTIONS[@]} "$@"
712+
build_from_github libbitcoin libbitcoin-system master $PARALLEL ${BITCOIN_SYSTEM_OPTIONS[@]} "$@"
713713
build_from_travis libbitcoin libbitcoin-protocol master $PARALLEL ${BITCOIN_PROTOCOL_OPTIONS[@]} "$@"
714714
}
715715

0 commit comments

Comments
 (0)