Skip to content

Commit

Permalink
Merge pull request #35 from malayli/fix/arm64-fix
Browse files Browse the repository at this point in the history
fix: fix for Apple M3 Max - arm64
  • Loading branch information
RetroAntho committed Dec 17, 2023
2 parents ac9121b + d1aeea9 commit 5edd7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ x86_64 | amd64)
armv4l)
cpu="armv4l"
;;
aarch64)
aarch64 | arm64)
cpu="arm64"
;;
alpha)
Expand Down

0 comments on commit 5edd7db

Please sign in to comment.