Skip to content

Commit

Permalink
hadoop: make in mac m1 (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng committed Jul 27, 2022
1 parent 718ec76 commit fb191ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/java/libjfs/Makefile
Expand Up @@ -21,6 +21,9 @@ ARCHNAME := amd64
ifeq ($(uname_m), aarch64)
ARCHNAME = arm64
endif
ifeq ($(uname_m), arm64)
ARCHNAME = arm64
endif

LIBFILE := libjfs-$(ARCHNAME).so
ifeq ($(uname_S), Windows)
Expand Down

0 comments on commit fb191ed

Please sign in to comment.