Skip to content

Commit

Permalink
fix build on arm64 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky authored Dec 11, 2024
1 parent d74d004 commit 83a7822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/c/h3-java/build-h3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ case "$(uname -sm)" in
"Linux i686") LIBRARY_DIR=linux-x86 ;;
"Linux i786") LIBRARY_DIR=linux-x86 ;;
"Linux i886") LIBRARY_DIR=linux-x86 ;;
"Linux aarch64") LIBRARY_DIR=linux-arm64 ;;
"Darwin x86_64") LIBRARY_DIR=darwin-x64 ;;
"Darwin arm64") LIBRARY_DIR=darwin-arm64 ;;
"FreeBSD amd64") LIBRARY_DIR=freebsd-x64 ;;
Expand Down

0 comments on commit 83a7822

Please sign in to comment.