fix grpc target

This commit is contained in:
Forrest Marshall 2020-12-29 11:00:54 -08:00 committed by Forrest Marshall
parent f020f75078
commit fff0addc35

View file

@ -415,8 +415,8 @@ buildbox-grpc:
*.proto
protoc -I=.:$$PROTO_INCLUDE \
--proto_path=api/proto \
--gofast_out=plugins=grpc:api/proto \
--proto_path=api/client/proto \
--gofast_out=plugins=grpc:api/client/proto \
authservice.proto
cd lib/wrappers && protoc -I=.:$$PROTO_INCLUDE \