diff options
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 7da195c..16455c6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,4 +4,7 @@ build-std-features = ["compiler-builtins-mem"] build-std = ["core", "compiler_builtins"] [build] -target = "x86_64-strix.json"
\ No newline at end of file +target = "x86_64-strix.json" + +[target.'cfg(target_os = "none")'] +runner = "bootimage runner"
\ No newline at end of file |
