##// END OF EJS Templates
Added signature for changeset 18c17d63fdab
Added signature for changeset 18c17d63fdab

File last commit:

r45179:1f5ab1a9 default
r46404:f59c5d9f stable
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}