Skip to content

Commit

Permalink
Merge pull request #327 from pmienk/master
Browse files Browse the repository at this point in the history
Update to bitcoin-core/[email protected].
  • Loading branch information
pmienk authored Oct 24, 2024
2 parents ffd2069 + 3aeffef commit f52db12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit f52db12

Please sign in to comment.