##// END OF EJS Templates
branching: merge default into stable
branching: merge default into stable

File last commit:

r45179:1f5ab1a9 default
r51164:05de4896 merge 6.4rc0 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");
}