##// END OF EJS Templates
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8]...
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8] Differential Revision: https://phab.mercurial-scm.org/D6766

File last commit:

r40154:cd490ac9 default
r43129:62eabdf9 default
Show More
build.rs
9 lines | 173 B | application/rls-services+xml | RustLexer
extern crate cc;
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}