rust-sccache: fix cross

This commit is contained in:
Michal Vasilek 2022-08-20 09:39:19 +02:00
parent 93a55a0be0
commit 68ff03212b
1 changed files with 2 additions and 1 deletions

View File

@ -19,5 +19,6 @@ case "$XBPS_TARGET_MACHINE" in
esac
pre_build() {
cargo update --package openssl-sys --precise 0.9.58
# fixes an indexmap error when cross compiling
cargo update --package autocfg:0.1.7 --precise 0.1.8
}