blob: 16455c6ada2b946605f171d63c6b6fb6557ffc51 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[unstable]
json-target-spec = true
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-strix.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"
|