mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Add workaround libclang.so
not found error when cross bulding
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
a59057b932
commit
69a23e477a
1 changed files with 11 additions and 0 deletions
11
Cross.toml
Normal file
11
Cross.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[target.armv7-unknown-linux-gnueabihf]
|
||||
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:edge"
|
||||
|
||||
[target.armv7-unknown-linux-musleabihf]
|
||||
image = "ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:edge"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"
|
||||
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
image = "ghcr.io/cross-rs/aarch64-unknown-linux-musl:edge"
|
Loading…
Add table
Reference in a new issue