We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72d0b2 commit befb66dCopy full SHA for befb66d
crates/cargo-test-support/build.rs
@@ -1,6 +1,7 @@
1
#![allow(clippy::disallowed_methods)]
2
3
fn main() {
4
+ println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)");
5
println!(
6
"cargo:rustc-env=NATIVE_ARCH={}",
7
std::env::var("TARGET").unwrap()
0 commit comments