sailfish/sailfish/build.rs

6 lines
135 B
Rust

fn main() {
if version_check::is_feature_flaggable() == Some(true) {
println!("cargo:rustc-cfg=sailfish_nightly");
}
}