Skip to content

Commit

Permalink
guix: fix arm-linux-androideabi build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Aug 25, 2024
1 parent 2594e3d commit 69ee53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUST_TARGET=$(
i686-linux-gnu) echo i686-unknown-linux-gnu ;;
x86_64-w64-mingw32) echo x86_64-pc-windows-gnu ;;
i686-w64-mingw32) echo i686-pc-windows-gnu ;;
arm-linux-android) echo armv7-linux-androideabi ;;
arm-linux-androideabi) echo armv7-linux-androideabi ;;
*) echo "$HOST" ;;
esac
)
Expand Down

0 comments on commit 69ee53f

Please sign in to comment.