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 17e1d2d commit 5ba9295Copy full SHA for 5ba9295
api/Makefile
@@ -33,7 +33,7 @@ gen-proto:
33
34
$(QUIET) bash ../hack/install-proto.sh
35
$(call printlog, PROTO, api/$(C_OUTPUT_DIR))
36
- $(QUIET) bash ../hack/gen_protoc.sh $(PROTO_PATH) $(PROTO_SRC)
+ $(QUIET) bash ../hack/gen-protoc.sh $(PROTO_PATH) $(PROTO_SRC)
37
$(QUIET) mkdir -p $(C_OUTPUT_DIR)
38
$(QUIET) cp -rf api/* $(C_OUTPUT_DIR); rm -rf api
39
$(QUIET) find $(C_OUTPUT_DIR) -name *pb-c* | xargs sed -i 's/#include \"api\//#include \"/g'
hack/gen_protoc.sh renamed to hack/gen-protoc.sh
0 commit comments