at 8645f5a
fn main() { // Expose the compile-time target triple so the binary knows which artifact to download. let target = std::env::var("TARGET").unwrap(); println!("cargo:rustc-env=TARGET={target}"); println!("cargo:rerun-if-changed=build.rs"); }