##// END OF EJS Templates
byteify-strings: passe sysstr to attr function and wrapper...
byteify-strings: passe sysstr to attr function and wrapper These function now accepts string so we should not do byteify them anymore.

File last commit:

r45179:1f5ab1a9 default
r51666:8250ecb5 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");
}