mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
5114f89448
* Simplify build process - Remove dependencies on DevkitPro - Use linker similarly to min-gba - Update cargo.toml so that dev builds will build - Update cargo config so that std builds can run without the linker for testing purposes - Update CI flow to remove xbuild dependency * Add windows toolchain install * Add windows section to toolchain install instructions
4 lines
83 B
TOML
4 lines
83 B
TOML
[target.thumbv4t-none-eabi]
|
|
rustflags = ["-Clink-arg=-Tlinker.ld"]
|
|
runner = "mgba"
|