Skip to content

Commit

Permalink
Generate pyi for python binding
Browse files Browse the repository at this point in the history
Signed-off-by: Wh1isper <[email protected]>
  • Loading branch information
Wh1isper committed Nov 9, 2023
1 parent f893926 commit 3bca67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ PROTOC_WITHOUT_GRPC := $(PROTOC) \
--gogo_out=plugins=grpc,$(PROTO_GOGO_MAPPINGS):$(PWD)/${PROTO_GEN_GO_DIR} \
--java_out=${PROTO_GEN_JAVA_DIR} \
--python_out=${PROTO_GEN_PYTHON_DIR} \
--pyi_out=${PROTO_GEN_PYTHON_DIR} \
--js_out=${PROTO_GEN_JS_DIR} \
--cpp_out=${PROTO_GEN_CPP_DIR} \
--csharp_out=base_namespace:${PROTO_GEN_CSHARP_DIR}
Expand Down

0 comments on commit 3bca67b

Please sign in to comment.