Skip to content

Commit

Permalink
Fix AArch64 target name.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 7, 2024
1 parent e7d45d9 commit 7f4893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -x

if [[ -z $triple ]]; then
arch=$(uname -m)
arch=$(uname -m | sed -e s/arm64/aarch64/)
if [[ $(uname) = Linux ]]; then
export triple=${arch}-linux-gnu
elif [[ $(uname) = Darwin ]]; then
Expand Down

0 comments on commit 7f4893b

Please sign in to comment.