minor fix so it doesn't download toolchain everytime
This commit is contained in:
parent
93a4a814e3
commit
9555a93dd9
@ -7,6 +7,8 @@ link-shared = true
|
|||||||
[build]
|
[build]
|
||||||
host = ["@triple@"]
|
host = ["@triple@"]
|
||||||
target = ["@triple@"]
|
target = ["@triple@"]
|
||||||
|
rustc = "@RUSTC@"
|
||||||
|
cargo = "@CARGO@"
|
||||||
|
|
||||||
python = "python2.7"
|
python = "python2.7"
|
||||||
extended = true
|
extended = true
|
||||||
|
Loading…
Reference in New Issue
Block a user