Skip to content

Commit 4ce60ab

Browse files
authored
Update build.rs
1 parent a6096fb commit 4ce60ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ use std::env;
33
fn main() {
44
// Forward the profile to the main compilation
55
println!("cargo:rustc-env=PROFILE={}", env::var("PROFILE").unwrap());
6+
// Don't rebuild miri even if nothing changed
7+
println!("cargo:rerun-if-changed=build.rs");
68
}

0 commit comments

Comments
 (0)