Skip to content

Commit

Permalink
rerun cargo if NO_COLOR is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
camnwalter committed May 5, 2024
1 parent 20e3f32 commit 09d14d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ impl KernelSrc {
// HERMIT_LOG_LEVEL_FILTER sets the log level filter at compile time
println!("cargo:rerun-if-env-changed=HERMIT_LOG_LEVEL_FILTER");
println!("cargo:rerun-if-env-changed=HERMIT_CAREFUL");
println!("cargo:rerun-if-env-changed=NO_COLOR");
}

fn rerun_if_changed_cargo(&self, cargo_toml: &Path) {
Expand Down

0 comments on commit 09d14d7

Please sign in to comment.