This commit is contained in:
wangxf 2025-08-12 00:31:06 +02:00 committed by GitHub
commit 518ade6884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,10 @@
#
include golang.mk
golang_version_raw=$(shell go version 2>/dev/null)
HOST_ARCH=$(shell uname -m)
GOARCH=$(shell go env GOARCH)
#Get ARCH.
ifeq ($(ARCH),)
ifneq (,$(golang_version_raw))