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