Skip to content

Commit 83a7822

Browse files
authored
fix build on arm64 (#162)
1 parent d74d004 commit 83a7822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/c/h3-java/build-h3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ case "$(uname -sm)" in
118118
"Linux i686") LIBRARY_DIR=linux-x86 ;;
119119
"Linux i786") LIBRARY_DIR=linux-x86 ;;
120120
"Linux i886") LIBRARY_DIR=linux-x86 ;;
121+
"Linux aarch64") LIBRARY_DIR=linux-arm64 ;;
121122
"Darwin x86_64") LIBRARY_DIR=darwin-x64 ;;
122123
"Darwin arm64") LIBRARY_DIR=darwin-arm64 ;;
123124
"FreeBSD amd64") LIBRARY_DIR=freebsd-x64 ;;

0 commit comments

Comments
 (0)