Skip to content

Commit

Permalink
fix build.rs rerun condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Apr 25, 2024
1 parent 027d09c commit 7469a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() -> Result<(), Box<dyn Error>> {
println!("cargo:rustc-link-search={}", out.display());

// Only re-run the build script when build.rs is changed - aka never
println!("cargo:rerun-if-changed=build.rs,.cargo/config.toml");
println!("cargo:rerun-if-changed=build.rs");

#[cfg(feature = "defmt")]
println!("cargo:rustc-link-arg=-Tdefmt.x");
Expand Down

0 comments on commit 7469a25

Please sign in to comment.