Browse Source

minor fix so it doesn't download toolchain everytime

android-5
its-pointless 6 years ago
committed by Fredrik Fornwall
parent
commit
0d61495dd6
  1. 2
      packages/rust/config.toml

2
packages/rust/config.toml

@ -7,6 +7,8 @@ link-shared = true
[build]
host = ["@triple@"]
target = ["@triple@"]
rustc = "@RUSTC@"
cargo = "@CARGO@"
python = "python2.7"
extended = true

Loading…
Cancel
Save