mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
10 lines
176 B
TOML
10 lines
176 B
TOML
[build]
|
|
target = "thumbv4t-none-eabi"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|
|
|
|
[target.thumbv4t-none-eabi]
|
|
runner = "mgba-qt"
|
|
rustflags = ["-Clink-arg=-Tlinker_scripts/mono_boot.ld"]
|