We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74d004 commit 83a7822Copy full SHA for 83a7822
src/main/c/h3-java/build-h3.sh
@@ -118,6 +118,7 @@ case "$(uname -sm)" in
118
"Linux i686") LIBRARY_DIR=linux-x86 ;;
119
"Linux i786") LIBRARY_DIR=linux-x86 ;;
120
"Linux i886") LIBRARY_DIR=linux-x86 ;;
121
+ "Linux aarch64") LIBRARY_DIR=linux-arm64 ;;
122
"Darwin x86_64") LIBRARY_DIR=darwin-x64 ;;
123
"Darwin arm64") LIBRARY_DIR=darwin-arm64 ;;
124
"FreeBSD amd64") LIBRARY_DIR=freebsd-x64 ;;
0 commit comments