##// END OF EJS Templates
censor: mention that we check the heads in the help...
censor: mention that we check the heads in the help And add a message to will explain the possibly long time spent doing this.

File last commit:

r45179:1f5ab1a9 default
r52159:51056bed default
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");
}