##// END OF EJS Templates
rust-revlog: split out method for `rev_from_node` without persistent nodemap...
rust-revlog: split out method for `rev_from_node` without persistent nodemap This will make easier for the bug fix that is about to come.

File last commit:

r45179:1f5ab1a9 default
r51636:0159b014 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");
}