mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust-cargo-audit: fix cross
This commit is contained in:
parent
fd6869b027
commit
93a55a0be0
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|||
fi
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.58
|
||||
# fixes an indexmap error when cross compiling
|
||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue