We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa80a63 commit 187d72dCopy full SHA for 187d72d
lib/go/Makefile
@@ -94,6 +94,7 @@ CSI_GO_TMP := $(CSI_BUILD)/$(CSI_PKG_ROOT)/csi.pb.go
94
$(CSI_GO_TMP): HERE := $(shell pwd)
95
$(CSI_GO_TMP): PTYPES_PKG := github.com/golang/protobuf/ptypes
96
$(CSI_GO_TMP): GO_OUT := plugins=grpc
97
+$(CSI_GO_TMP): GO_OUT := $(GO_OUT),Mgoogle/protobuf/descriptor.proto=github.com/golang/protobuf/protoc-gen-go/descriptor
98
$(CSI_GO_TMP): GO_OUT := $(GO_OUT),Mgoogle/protobuf/wrappers.proto=$(PTYPES_PKG)/wrappers
99
$(CSI_GO_TMP): GO_OUT := $(GO_OUT):"$(HERE)/$(CSI_BUILD)"
100
$(CSI_GO_TMP): INCLUDE := -I$(GOPATH)/src -I$(HERE)/$(PROTOC_TMP_DIR)/include
0 commit comments