/// Prints the user's default target tuple. fn main() { println!( "cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap() ); }