b3sum: fix cross.
This commit is contained in:
parent
17fce189b8
commit
c9b9690557
1 changed files with 7 additions and 0 deletions
|
@ -11,3 +11,10 @@ license="CC0-1.0"
|
|||
homepage="https://github.com/BLAKE3-team/BLAKE3/"
|
||||
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz"
|
||||
checksum=79cfb686b940dfb11ddfaf732aa71189d18729ef6ee8f4538a3ebf66c73a0b90
|
||||
|
||||
configure_args="--no-default-features --features=rayon"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
configure_args+=",c"
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue