##// END OF EJS Templates
rust-revlog: don't try to open the data file if the index is empty...
rust-revlog: don't try to open the data file if the index is empty This will cover the case where the data file is not present.

File last commit:

r45179:1f5ab1a9 default
r52759:09ece563 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");
}