mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
change linker and runner
This commit is contained in:
parent
0a5da7ceaa
commit
e1e3345227
|
@ -4,3 +4,7 @@ build-std-features = ["compiler-builtins-mem"]
|
|||
|
||||
[build]
|
||||
target = "thumbv4t-none-eabi"
|
||||
|
||||
[target.thumbv4t-none-eabi]
|
||||
runner = "mgba-qt -l 31 -d -C logToStdout=1"
|
||||
rustflags = ["-Clink-arg=-Tgba.ld"]
|
Loading…
Reference in a new issue