fn main() { // Enable DAITA by default on desktop and android println!("cargo::rustc-check-cfg=cfg(daita)"); println!(r#"cargo::rustc-cfg=daita"#); }