Skip to content

Commit

Permalink
Merge pull request #571 from camnwalter/no-color-rerun-cargo
Browse files Browse the repository at this point in the history
rerun cargo if NO_COLOR is changed
  • Loading branch information
mkroening authored May 5, 2024
2 parents 20e3f32 + 09d14d7 commit 3c848bb
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 3c848bb

Please sign in to comment.