Merge pull request #1321 from teawater/makea64

Makefile: Fix aarch64 fail in No GO command or GOPATH not set mode
This commit is contained in:
Graham Whaley 2019-03-05 10:12:49 +00:00 committed by GitHub
commit 8aedafad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,9 @@ else
ifeq ($(ARCH),x86_64)
ARCH = amd64
endif
ifeq ($(ARCH),aarch64)
ARCH = arm64
endif
endif
ARCH_DIR = arch