blob: 5c1fb77491853134bf4de62d9e683e11eea4ce36 [file] [log] [blame]
fn main() {
let ac = autocfg::new();
#[cfg(unix)]
ac.emit_trait_cfg("std::os::fd::AsFd", "fd");
#[cfg(windows)]
ac.emit_trait_cfg("std::os::windows::io::AsHandle", "fd");
autocfg::rerun_path("build.rs");
}