mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
guix: fix i686-linux naming
This commit is contained in:
parent
b6b1911ca8
commit
b108cb2f95
1 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,9 @@ mkdir -p "$DISTSRC"
|
|||
|
||||
LINUX_ARCH=""
|
||||
case "$HOST" in
|
||||
i686-linux*)
|
||||
LINUX_ARCH="-x86"
|
||||
;;
|
||||
aarch64-linux*)
|
||||
LINUX_ARCH="-arm64"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue