mun_target 0.2.0

Describes compilation targets for Mun
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=CFG_COMPILER_HOST_TRIPLE={}",
        std::env::var("TARGET").unwrap()
    );
}