diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-22 10:47:25 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-22 10:47:25 -0400 |
| commit | 34f44829237f33a9940c12f57126a53f2a9c23f3 (patch) | |
| tree | 0ff782ca4a58cef24cfda096b1185b541a707dcd /build.rs | |
| parent | d503c4d2d20922268b3f2d9b8705c04bcaf37b17 (diff) | |
fix build
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |
