Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
therealprof and jonas-schievink committed Jul 21, 2020
1 parent 4e9999f commit 541c7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ fn main() {
// any file in the project changes. By specifying `memory.x`
// here, we ensure the build script is only re-run when
// `memory.x` is changed.
println!("cargo:rerun-if-changed=memory.x"); }
println!("cargo:rerun-if-changed=memory.x");
}

0 comments on commit 541c7df

Please sign in to comment.