##// END OF EJS Templates
cleanup: remove compatibility code for Python < 2.7.4...
cleanup: remove compatibility code for Python < 2.7.4 The minimum supported Python version was recently raised to 2.7.4.

File last commit:

r45179:1f5ab1a9 default
r45404:3aed7d26 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");
}