Merge pull request #8928 from oss-qm/submit/makefile-fix-go-command

This commit is contained in:
Fu Wei
2023-08-08 05:31:48 +08:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ ifdef SKIPTESTS
endif
#Replaces ":" (*nix), ";" (windows) with newline for easy parsing
GOPATHS=$(shell go env GOPATH | tr ":" "\n" | tr ";" "\n")
GOPATHS=$(shell $(GO) env GOPATH | tr ":" "\n" | tr ";" "\n")
TESTFLAGS_RACE=
GO_BUILD_FLAGS=