aboutsummaryrefslogtreecommitdiff
path: root/helix-loader/build.rs
blob: e0ebd1c48f1707cb99cd7a3ff631c95edef12454 (plain) (blame)
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=BUILD_TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}