mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mpqtool: fix cross
This commit is contained in:
parent
f08493a55d
commit
aa63ced611
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ homepage="https://github.com/ceres-wc3/ceres-mpqtool"
|
||||||
distfiles="https://github.com/ceres-wc3/ceres-mpqtool/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ceres-wc3/ceres-mpqtool/archive/v${version}.tar.gz"
|
||||||
checksum=80be5a5f4273f4ca943689f37243a734ca9d564a37d0a259f4a9d4bdb6139857
|
checksum=80be5a5f4273f4ca943689f37243a734ca9d564a37d0a259f4a9d4bdb6139857
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# fixes an indexmap error when cross compiling
|
||||||
|
cargo update --package autocfg:0.1.7 --precise 0.1.8
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue