Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to bitcoin-core/secp256k1@v0.5.1. #327

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generate4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<option value="--with-system" />
<option value="--with-test" />
</build>
<build name="secp256k1" github="libbitcoin" repository="secp256k1" branch="version8" parallel="true" nuget="true" >
<build name="secp256k1" github="bitcoin-core" repository="secp256k1" branch="v0.5.1" parallel="true" nuget="true" >
<flag value="-w" />
<option value="--disable-tests" />
<option value="--enable-experimental" />
Expand Down Expand Up @@ -493,7 +493,7 @@
<option value="--with-thread" />
<option value="--with-test" />
</build>
<build name="secp256k1" github="libbitcoin" repository="secp256k1" branch="version8" parallel="true" nuget="true" >
<build name="secp256k1" github="bitcoin-core" repository="secp256k1" branch="v0.5.1" parallel="true" nuget="true" >
<flag value="-w" />
<option value="--disable-tests" />
<option value="--enable-experimental" />
Expand Down
2 changes: 1 addition & 1 deletion templates/gsl.developer_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ make_jobs()
local JOBS=$2
shift 2

if [[ $PRECLEAN ]]; then
if [[ $PRECLEAN == true ]]; then
display_message "Requested 'make clean'..."
make clean
fi
Expand Down
Loading