mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +00:00
guix: fix riscv64 output naming
This commit is contained in:
parent
b792ed0020
commit
88d399c2ef
1 changed files with 3 additions and 0 deletions
|
@ -314,6 +314,9 @@ mkdir -p "$DISTSRC"
|
||||||
arm-linux*)
|
arm-linux*)
|
||||||
LINUX_ARCH="-arm"
|
LINUX_ARCH="-arm"
|
||||||
;;
|
;;
|
||||||
|
riscv64-linux*)
|
||||||
|
LINUX_ARCH="-riscv64"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
|
|
Loading…
Reference in a new issue