Skip to content

Commit

Permalink
Yet another small ABI/ALTABI fix.
Browse files Browse the repository at this point in the history
This path was triggered solely on Darwin/aarch64.
  • Loading branch information
Keve authored and bapt committed Nov 26, 2024
1 parent 76df8dc commit 889d250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/frontend/abi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ native_body() {
;;
Darwin)
# without a hint, the first arch is selected, which happens to be consistently x86_64
thisarch="x86_64"
thisarch="amd64"
thisabi="x86:64"
version=$(uname -r | cut -d. -f1)
;;
FreeBSD)
Expand Down

0 comments on commit 889d250

Please sign in to comment.