1
0
Fork 0
forgejo-cli/build.rs

7 lines
119 B
Rust
Raw Normal View History

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