Update build.rs

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
Daniel Egger
2020-07-22 00:27:48 +02:00
committed by GitHub
parent 4e9999f06f
commit 541c7df215

View File

@@ -27,4 +27,5 @@ fn main() {
// any file in the project changes. By specifying `memory.x` // any file in the project changes. By specifying `memory.x`
// here, we ensure the build script is only re-run when // here, we ensure the build script is only re-run when
// `memory.x` is changed. // `memory.x` is changed.
println!("cargo:rerun-if-changed=memory.x"); } println!("cargo:rerun-if-changed=memory.x");
}