##// END OF EJS Templates
undo-files: use the cleanup function in narrow...
undo-files: use the cleanup function in narrow Lets use the same code, so that we can fix things only once.

File last commit:

r45179:1f5ab1a9 default
r51185:48b90d18 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");
}