##// END OF EJS Templates
help: document about "version" template keywords
help: document about "version" template keywords

File last commit:

r40005:208cb7a9 default
r40153:dd23eb81 default
Show More
build.rs
8 lines | 138 B | application/rls-services+xml | RustLexer
Yuya Nishihara
rust-chg: add function to send fds via domain socket...
r40005 extern crate cc;
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.compile("procutil");
}