ion: fix cross
This commit is contained in:
parent
9cd43c55ad
commit
ccc36fd968
@ -13,9 +13,16 @@ distfiles="${homepage}/archive/${_githash}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=8ab295c5ff40de6b7a8dd93ee8d417b6e884f2b66b628409e4cd9345d70e9c00
|
||||
register_shell="/bin/ion"
|
||||
|
||||
pre_build() {
|
||||
post_patch() {
|
||||
# cannot divide `usize` by `u32`
|
||||
cargo update --package lexical-core:0.7.4 --precise 0.7.6
|
||||
# cross compilation issues
|
||||
cargo update --package num-iter:0.1.41 --precise 0.1.43
|
||||
cargo update --package num-integer:0.1.43 --precise 0.1.45
|
||||
cargo update --package num-traits:0.2.12 --precise 0.2.15
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
echo ${_githash} > git_revision.txt
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user