minor fix so it doesn't download toolchain everytime

This commit is contained in:
its-pointless 2018-12-11 11:45:39 +11:00 committed by Fredrik Fornwall
parent 93a4a814e3
commit 9555a93dd9
1 changed files with 2 additions and 0 deletions

View File

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