1 2 3 4 5 6 7
fn main() { // Store TARGET for rustup fetch println!( "cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap() ); }