Skip to content

Commit 46d5ef8

Browse files
committed
Enable musig module in the secp256k1-sys/build.rs
1 parent 8f0dd73 commit 46d5ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

secp256k1-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn main() {
2626
.define("ENABLE_MODULE_SCHNORRSIG", Some("1"))
2727
.define("ENABLE_MODULE_EXTRAKEYS", Some("1"))
2828
.define("ENABLE_MODULE_ELLSWIFT", Some("1"))
29+
.define("ENABLE_MODULE_MUSIG", Some("1"))
2930
// upstream sometimes introduces calls to printf, which we cannot compile
3031
// with WASM due to its lack of libc. printf is never necessary and we can
3132
// just #define it away.

0 commit comments

Comments
 (0)