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

View File

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