Files
riscv64-kernel/build.rs
2026-01-27 14:53:14 +01:00

4 lines
62 B
Rust

fn main() {
println!("cargo::rustc-link-arg=-Tilm.ld");
}