mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-07 03:05:59 -05:00
[no-release-notes] proto/Makefile: Fix the generation of _grpc.pb.go files.
With the removal of the circular symlink in go/gen/proto/github.com, we need grpc-go_out path to be source relative as well.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ $(call PROTOC_template,\
|
||||
$(1),\
|
||||
$(addprefix $(3)/$(2)/,$(notdir $(call PBGO_output,$(1)))),\
|
||||
--go_out=paths=source_relative:$(3) \
|
||||
--go-grpc_out=$(3))
|
||||
--go-grpc_out=paths=source_relative:$(3))
|
||||
endef
|
||||
|
||||
$(foreach p,$(PBGO_pkgs),\
|
||||
|
||||
Reference in New Issue
Block a user