14 lines
277 B
TOML
14 lines
277 B
TOML
[build]
|
|
target = "armv4t-none-eabi"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|
|
|
|
[target.thumbv4t-none-eabi]
|
|
runner = "mgba-qt"
|
|
rustflags = ["-Clink-arg=-Tlinker_scripts/mono_boot.ld"]
|
|
|
|
[target.armv4t-none-eabi]
|
|
runner = "mgba-qt"
|
|
rustflags = ["-Clink-arg=-Tlinker_scripts/mono_boot.ld"]
|