We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
secp256k1-sys/build.rs
1 parent 9acf667 commit a21d6caCopy full SHA for a21d6ca
secp256k1-sys/build.rs
@@ -26,6 +26,7 @@ fn main() {
26
.define("ENABLE_MODULE_SCHNORRSIG", Some("1"))
27
.define("ENABLE_MODULE_EXTRAKEYS", Some("1"))
28
.define("ENABLE_MODULE_ELLSWIFT", Some("1"))
29
+ .define("ENABLE_MODULE_MUSIG", Some("1"))
30
// upstream sometimes introduces calls to printf, which we cannot compile
31
// with WASM due to its lack of libc. printf is never necessary and we can
32
// just #define it away.
0 commit comments