mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Enable zig for all cross targets
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e857a88426
commit
db0ae7cde5
1 changed files with 1 additions and 10 deletions
11
Cross.toml
11
Cross.toml
|
@ -1,11 +1,2 @@
|
||||||
[target.armv7-unknown-linux-gnueabihf]
|
[build]
|
||||||
zig = true
|
|
||||||
|
|
||||||
[target.armv7-unknown-linux-musleabihf]
|
|
||||||
zig = true
|
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-gnu]
|
|
||||||
zig = true
|
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-musl]
|
|
||||||
zig = true
|
zig = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue