git-brws: fix cross
This commit is contained in:
parent
607b8bdc5c
commit
f08493a55d
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ homepage="https://rhysd.github.io/git-brws/"
|
|||
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
|
||||
checksum=3a4bbf93f0b16562260ca66c2b60c655d5bfc690d0229d11757be76d95cb81c5
|
||||
|
||||
pre_build() {
|
||||
# fixes an indexmap error when cross compiling
|
||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue