We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e687622 commit 58f946fCopy full SHA for 58f946f
secp256k1-sys/build.rs
@@ -51,12 +51,6 @@ fn main() {
51
#[cfg(feature = "recovery")]
52
base_config.define("ENABLE_MODULE_RECOVERY", Some("1"));
53
54
- if let Ok(target_endian) = env::var("CARGO_CFG_TARGET_ENDIAN") {
55
- if target_endian == "big" {
56
- base_config.define("WORDS_BIGENDIAN", Some("1"));
57
- }
58
59
-
60
match &env::var("TARGET").unwrap() as &str {
61
"wasm32-unknown-unknown"|"wasm32-wasi" =>
62
{ base_config.include("wasm-sysroot"); },
0 commit comments