mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/grass: allow textrels on riscv64
This commit is contained in:
parent
16fd3bffa9
commit
cbb6c8cdaa
@ -12,6 +12,10 @@ source="
|
||||
https://github.com/connorskees/grass/archive/v$pkgver/grass-v$pkgver.tar.gz
|
||||
"
|
||||
|
||||
case "$CARCH" in
|
||||
riscv64) options="$options textrels" ;;
|
||||
esac
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user