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