forgejo-cli/build.rs

6 lines
119 B
Rust

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