##// END OF EJS Templates
rust: don't escape spaces in regex...
rust: don't escape spaces in regex Spaces are not in fact a regex special character, and escaping them is not correct.

File last commit:

r45179:1f5ab1a9 default
r51752:2b4bcdc9 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");
}