mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +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*)
|
||||
LINUX_ARCH="-arm"
|
||||
;;
|
||||
riscv64-linux*)
|
||||
LINUX_ARCH="-riscv64"
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$HOST" in
|
||||
|
|
Loading…
Reference in a new issue