##// END OF EJS Templates
clonebundles: move the manifest reading in a dedicated function...
clonebundles: move the manifest reading in a dedicated function We are about to make the logic more advanced to help hosting solution, so we need to centralize it first.

File last commit:

r45179:1f5ab1a9 default
r51437:e6948aaf 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");
}