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 59353af commit 8128d99Copy full SHA for 8128d99
build.rs
@@ -110,9 +110,6 @@ mod c {
110
let target_env = env::var("CARGO_CFG_TARGET_ENV").unwrap();
111
let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
112
let target_vendor = env::var("CARGO_CFG_TARGET_VENDOR").unwrap();
113
- let target_arch_arm =
114
- target_arch.contains("arm") ||
115
- target_arch.contains("thumb");
116
let cfg = &mut cc::Build::new();
117
118
cfg.warnings(false);
0 commit comments