mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
rust-sccache: fix cross
This commit is contained in:
parent
93a55a0be0
commit
68ff03212b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue