Skip to content

Commit

Permalink
fixup __getauxval 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent 4b5e25f commit 40e6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ case ${TARGET} in
export HOST_CFLAGS="-Wno-error-implicit-function-declaration"
EXTRA_AFLAGS="-mmacosx-version-min=10.7.0"
;;
aarch64-*-linux*)
aarch64-linux*)
EXTRA_CFLAGS="-mno-outline-atomics"
;;
*)
Expand Down

0 comments on commit 40e6c27

Please sign in to comment.