1
0
Fork 0
forgejo-cli/build.rs
Daniel Baumann 80bb1315ee
Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-11 12:14:08 +01:00

6 lines
119 B
Rust

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