##// END OF EJS Templates
Added tag 5.7.1 for changeset d5d9177c0045
Added tag 5.7.1 for changeset d5d9177c0045

File last commit:

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