mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
change linker and runner
This commit is contained in:
parent
0a5da7ceaa
commit
e1e3345227
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ build-std-features = ["compiler-builtins-mem"]
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
target = "thumbv4t-none-eabi"
|
target = "thumbv4t-none-eabi"
|
||||||
|
|
||||||
|
[target.thumbv4t-none-eabi]
|
||||||
|
runner = "mgba-qt -l 31 -d -C logToStdout=1"
|
||||||
|
rustflags = ["-Clink-arg=-Tgba.ld"]
|
Loading…
Add table
Reference in a new issue