aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-22 10:47:25 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-22 10:47:25 -0400
commit34f44829237f33a9940c12f57126a53f2a9c23f3 (patch)
tree0ff782ca4a58cef24cfda096b1185b541a707dcd /build.rs
parentd503c4d2d20922268b3f2d9b8705c04bcaf37b17 (diff)
fix build
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 8055865..f276307 100644
--- a/build.rs
+++ b/build.rs
@@ -1,3 +1,4 @@
pub fn main() {
molybdos_build::run(molybdos_build::MachineSpec::rpi_pico()).unwrap();
+ println!("cargo:rustc-link-arg-bins=-Tlink-rp.x");
}