4 lines
91 B
Rust
4 lines
91 B
Rust
fn main() {
|
|
println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
|
|
}
|