Skip to content

Commit

Permalink
Enable musig module in the secp256k1-sys/build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlest01 committed Jul 27, 2024
1 parent 8f0dd73 commit 46d5ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secp256k1-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fn main() {
.define("ENABLE_MODULE_SCHNORRSIG", Some("1"))
.define("ENABLE_MODULE_EXTRAKEYS", Some("1"))
.define("ENABLE_MODULE_ELLSWIFT", Some("1"))
.define("ENABLE_MODULE_MUSIG", Some("1"))
// upstream sometimes introduces calls to printf, which we cannot compile
// with WASM due to its lack of libc. printf is never necessary and we can
// just #define it away.
Expand Down

0 comments on commit 46d5ef8

Please sign in to comment.