mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: make build :o
This commit is contained in:
commit
3c055d49e9
13 changed files with 521 additions and 0 deletions
6
build.rs
Normal file
6
build.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
fn main() {
|
||||
println!("cargo:rustc-link-arg=-Tbuild/linker_scripts/mono_boot.ld");
|
||||
println!("cargo:rustc-linker=arm-none-eabi-ld");
|
||||
println!("cargo::rerun-if-changed=build.rs");
|
||||
println!("cargo::rerun-if-changed=src/foo.txt");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue