1 2 3 4 5 6 7 8
//! The build script fn main() { println!( "cargo:rustc-env=IC_BUILD_TRIPLE={}", std::env::var("TARGET").unwrap() ); }