##// END OF EJS Templates
revlog: show that temporary split file use broken name scheme...
revlog: show that temporary split file use broken name scheme The `-s` is added on the wrong part and the `.i` is missing.

File last commit:

r45179:1f5ab1a9 default
r51706:4ee64ff1 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");
}