Skip to content

Commit 93cc036

Browse files
authoredAug 24, 2023
Merge pull request ElementsProject#1248 from delta1/secp256k1-zkp-update
build(deps): update secp256k1-zkp

File tree

181 files changed

+24246
-6610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+24246
-6610
lines changed
 

‎configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ case $host in
669669
AC_MSG_ERROR("windres not found")
670670
fi
671671

672+
CPPFLAGS="$CPPFLAGS -DSECP256K1_STATIC"
672673
CPPFLAGS="$CPPFLAGS -D_MT -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN"
673674

674675
dnl libtool insists upon adding -nostdlib and a list of objects/libs to link against.

‎src/secp256k1/.cirrus.yml

+203-96
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.