We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019ee60 commit d9413b7Copy full SHA for d9413b7
build.rs
@@ -32,8 +32,7 @@ fn main() {
32
fs::copy("memory-hifive1-revb.x", out_dir.join("hifive1-memory.x")).unwrap();
33
println!("cargo:rerun-if-changed=memory-hifive1-revb.x");
34
}
35
- "lofive" => {}
36
- "lofive_r1" => {
+ "lofive" | "lofive_r1" => {
37
fs::copy("memory-lofive-r1.x", out_dir.join("hifive1-memory.x")).unwrap();
38
println!("cargo:rerun-if-changed=memory-lofive-r1.x");
39
0 commit comments