[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:
Aaron Son
2025-07-30 13:51:51 -07:00
parent 51453dafe2
commit be17e39a02
+1 -1
View File
@@ -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),\