##// END OF EJS Templates
py3: unbyteify arguments to warnings.filterwarnings()...
py3: unbyteify arguments to warnings.filterwarnings() This fixes a crash when trying to import the convert extension on Python 3.

File last commit:

r45179:1f5ab1a9 default
r45490:4888adfb 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");
}