Skip to content

Commit 4bff449

Browse files
committed
Makefile: check that we use correct version of protoc and its deps
Signed-off-by: Markus Lehtonen <[email protected]>
1 parent 14c2674 commit 4bff449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FORCE:
7979
# build targets
8080
#
8181

82-
build-proto: $(PROTO_GOFILES)
82+
build-proto: check-protoc install-ttrpc-plugin install-wasm-plugin install-protoc-dependencies $(PROTO_GOFILES)
8383

8484
.PHONY: build-proto-dockerized
8585
build-proto-dockerized:

0 commit comments

Comments
 (0)