##// END OF EJS Templates
packaging: switch centos 7 packaging to python 3...
packaging: switch centos 7 packaging to python 3 Differential Revision: https://phab.mercurial-scm.org/D9293

File last commit:

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