Skip to main content

xwrust/
cfg.rs

1//! XWOS RUST:配置
2//!
3//! 此文件所包含的内容为build.rs自动生成。
4//!
5//! `OUT_DIR` 位于 `rustapp` 的 `crate` 内: `target/RUST_TARGET/PREFILE/build/xwrust-xxx/out`
6//! ========
7//!
8
9include!(concat!(env!("OUT_DIR"), "/cfg.rs"));