mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
rooster: fix cross
This commit is contained in:
parent
aa63ced611
commit
fd6869b027
1 changed files with 2 additions and 1 deletions
|
@ -13,5 +13,6 @@ distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
|
|||
checksum=2cb08c90c9604951c810038dffd1dfca1de71bfe1d76b22f951dc3f14c0efab4
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.60
|
||||
# fixes an indexmap error when cross compiling
|
||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue