about summary refs log tree commit diff stats
path: root/crates/rocie-server/build.rs
blob: 81caa36d6914126d2fea9b5c6a5c9a54000eed2d (plain) (blame)
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}