Merge pull request #295 from solson/oli-obk-patch-2
Don't rebuild miri even if nothing changed
This commit is contained in:
commit
65a31317a4
1 changed files with 2 additions and 0 deletions
2
build.rs
2
build.rs
|
|
@ -3,4 +3,6 @@ use std::env;
|
|||
fn main() {
|
||||
// Forward the profile to the main compilation
|
||||
println!("cargo:rustc-env=PROFILE={}", env::var("PROFILE").unwrap());
|
||||
// Don't rebuild miri even if nothing changed
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue