Merge pull request #8928 from oss-qm/submit/makefile-fix-go-command
This commit is contained in:
commit
165f8e414e
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ ifdef SKIPTESTS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#Replaces ":" (*nix), ";" (windows) with newline for easy parsing
|
#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=
|
TESTFLAGS_RACE=
|
||||||
GO_BUILD_FLAGS=
|
GO_BUILD_FLAGS=
|
||||||
|
Loading…
Reference in New Issue
Block a user