##// END OF EJS Templates
rust-dirstate: add support for nevermatcher...
rust-dirstate: add support for nevermatcher This is in case this ever comes up, it's very easy to support, so might as well do it.

File last commit:

r45179:1f5ab1a9 default
r50247:97dcd690 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");
}