2024-05-30 17:59:06 +00:00
|
|
|
#[path = "./build_common.rs"]
|
2024-05-25 19:44:37 +00:00
|
|
|
mod common;
|
2021-03-04 20:40:54 +00:00
|
|
|
|
|
|
|
fn main() {
|
2024-05-25 19:44:37 +00:00
|
|
|
let mut cfgs = common::CfgSet::new();
|
|
|
|
common::set_target_cfgs(&mut cfgs);
|
2021-03-04 20:40:54 +00:00
|
|
|
}
|