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