diff --git a/crates/cargo-test-support/build.rs b/crates/cargo-test-support/build.rs index 8854f461aa6..930666f140e 100644 --- a/crates/cargo-test-support/build.rs +++ b/crates/cargo-test-support/build.rs @@ -1,6 +1,7 @@ #![allow(clippy::disallowed_methods)] fn main() { + println!("cargo:rustc-check-cfg=cfg(emulate_second_only_system)"); println!( "cargo:rustc-env=NATIVE_ARCH={}", std::env::var("TARGET").unwrap()