2024-05-06 16:02:08 +02:00

4 lines
77 B
Rust

fn main() {
println!("cargo::rustc-check-cfg=cfg(stdarch_intel_sde)");
}