Update build.rs
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
3
build.rs
3
build.rs
@@ -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");
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user