[build] Use the Rust-generated types files in place of the Python one;

This commit is contained in:
Benjamin Bouvier
2018-10-16 16:47:06 +02:00
committed by Dan Gohman
parent 8d7538049c
commit 17e88ed1c5
4 changed files with 2 additions and 68 deletions

View File

@@ -80,7 +80,7 @@ fn main() {
// Now that the Python build process is complete, generate files that are
// emitted by the `meta` crate.
// ------------------------------------------------------------------------
if let Err(err) = meta::gen_types::generate("new_types.rs", &out_dir) {
if let Err(err) = meta::gen_types::generate("types.rs", &out_dir) {
eprintln!("Error: {}", err);
process::exit(1);
}