Skip to content

Commit a21d6ca

Browse files
committed
Enable musig module in the secp256k1-sys/build.rs
1 parent 9acf667 commit a21d6ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

secp256k1-sys/build.rs

+1
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)