redox/recipes/rust/config.toml
2017-09-05 20:23:50 -06:00

12 lines
226 B
TOML

[rust]
backtrace = false
[target.x86_64-unknown-redox]
cc = "x86_64-unknown-redox-gcc"
cxx = "x86_64-unknown-redox-g++"
llvm-config = "./llvm-config"
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]