зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
150 B
Rust
8 строки
150 B
Rust
|
use cc;
|
||
|
|
||
|
fn main() {
|
||
|
if std::env::var_os("CARGO_CFG_UNIX").is_some() {
|
||
|
cc::Build::new().file("src/cmsghdr.c").compile("cmsghdr");
|
||
|
}
|
||
|
}
|