rust-sccache: fix cross
This commit is contained in:
parent
93a55a0be0
commit
68ff03212b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue