mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
build: use single-path GOPATH set in makefile
When GOBIN is not set, BIN must be set to the single-path workaround value of GOPATH, because Circle.
This commit is contained in:
@@ -18,7 +18,7 @@ endif
|
||||
# Respect $GOBIN if set in environment or via $GOENV file.
|
||||
BIN := $(shell go env GOBIN)
|
||||
ifndef BIN
|
||||
BIN := $(shell go env GOPATH)/bin
|
||||
BIN := $(GOPATH)/bin
|
||||
endif
|
||||
|
||||
GO_TAGS ?=
|
||||
|
||||
Reference in New Issue
Block a user