]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
guix: fix i686-linux naming
authortobtoht <tob@featherwallet.org>
Fri, 15 Dec 2023 12:34:02 +0000 (13:34 +0100)
committertobtoht <tob@featherwallet.org>
Fri, 15 Dec 2023 12:34:02 +0000 (13:34 +0100)
contrib/guix/libexec/build.sh

index 0005a50b6ae19fda6799b40b672afcce176f979c..6e59b4da662f710e6a6cb0501d111142aca1cba5 100755 (executable)
@@ -323,6 +323,9 @@ mkdir -p "$DISTSRC"
 
     LINUX_ARCH=""
     case "$HOST" in
+        i686-linux*)
+            LINUX_ARCH="-x86"
+            ;;
         aarch64-linux*)
             LINUX_ARCH="-arm64"
             ;;