Files
topgrade/build.rs
Roey Darwish Dror a255e68c0f Fix formatting
2020-02-26 15:33:06 +02:00

4 lines
91 B
Rust

fn main() {
println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}