Skip to content

Commit 48d631a

Browse files
authored
Merge pull request #566 from mkroening/hermit-careful
feat(build.rs): watch HERMIT_CAREFUL
2 parents 8b3c3e8 + fa3a5de commit 48d631a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hermit/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ impl KernelSrc {
123123

124124
// HERMIT_LOG_LEVEL_FILTER sets the log level filter at compile time
125125
println!("cargo:rerun-if-env-changed=HERMIT_LOG_LEVEL_FILTER");
126+
println!("cargo:rerun-if-env-changed=HERMIT_CAREFUL");
126127
}
127128

128129
fn rerun_if_changed_cargo(&self, cargo_toml: &Path) {

0 commit comments

Comments
 (0)