2024-05-30 19:59:06 +02:00
|
|
|
#[path = "./build_common.rs"]
|
2024-05-25 21:44:37 +02:00
|
|
|
mod common;
|
2022-06-11 05:08:57 +02:00
|
|
|
|
|
|
|
fn main() {
|
2024-05-25 21:44:37 +02:00
|
|
|
let mut cfgs = common::CfgSet::new();
|
|
|
|
common::set_target_cfgs(&mut cfgs);
|
2022-06-11 05:08:57 +02:00
|
|
|
}
|