build.rs recursively delves into directories during library bake stage, correct misnamed file at machine/mod.rs:455 (#617)

This commit is contained in:
Mark Thom
2020-06-29 00:58:10 -06:00
parent 29a61db275
commit c1b577f2c7
3 changed files with 444 additions and 38 deletions

View File

@@ -452,7 +452,7 @@ impl Machine {
Stream::from(CHARSIO),
true,
ListingSource::from_file_and_path(
clause_name!("si"),
clause_name!("charsio"),
lib_path.clone(),
)
);