aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/build.rs
blob: 37becde3ede667e0aece5c2acd20228d32874290 (plain)
1
2
3
4
5
6
7
#[path = "./build_common.rs"]
mod common;

fn main() {
    let mut rustc_cfgs = common::CfgSet::new();
    common::set_target_cfgs(&mut rustc_cfgs);
}