fix typo in build.rs

This commit is contained in:
Nathan Froyd
2018-02-28 14:33:28 -05:00
committed by Dan Gohman
parent 6fcbb20e10
commit e4b30d3284

View File

@@ -46,7 +46,7 @@ fn main() {
let cur_dir = env::current_dir().expect("Can't access current working directory");
let crate_dir = cur_dir.as_path();
// Make sure we rebuild is this build script changes.
// Make sure we rebuild if this build script changes.
// I guess that won't happen if you have non-UTF8 bytes in your path names.
// The `build.py` script prints out its own dependencies.
println!(