File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ BININFO_BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
44
44
build-all : build/tf-registry
45
45
46
46
build/tf-registry : FORCE
47
- @ env $(GO_BUILDENV ) go build $(GO_BUILDFLAGS ) -ldflags ' -s -w -X github.com/sapcc/go-api-declarations/bininfo.binName=tf-registry -X github.com/sapcc/go-api-declarations/bininfo.version=$(BININFO_VERSION) -X github.com/sapcc/go-api-declarations/bininfo.commit=$(BININFO_COMMIT_HASH) -X github.com/sapcc/go-api-declarations/bininfo.buildDate=$(BININFO_BUILD_DATE) $(GO_LDFLAGS)' -o build/tf-registry ./cmd/
47
+ env $(GO_BUILDENV ) go build $(GO_BUILDFLAGS ) -ldflags ' -s -w -X github.com/sapcc/go-api-declarations/bininfo.binName=tf-registry -X github.com/sapcc/go-api-declarations/bininfo.version=$(BININFO_VERSION) -X github.com/sapcc/go-api-declarations/bininfo.commit=$(BININFO_COMMIT_HASH) -X github.com/sapcc/go-api-declarations/bininfo.buildDate=$(BININFO_BUILD_DATE) $(GO_LDFLAGS)' -o build/tf-registry ./cmd/
48
48
49
49
DESTDIR =
50
50
ifeq ($(shell uname -s) ,Darwin)
You can’t perform that action at this time.
0 commit comments