fix: protoc to local

This commit is contained in:
Georg K 2023-03-02 21:55:15 +03:00
parent 2fa0be2141
commit 50fa4e6268

View File

@ -86,8 +86,8 @@ protoc
--plugin=protoc-gen-custom=src/betterproto/plugin/main.py --plugin=protoc-gen-custom=src/betterproto/plugin/main.py
--custom_opt=INCLUDE_GOOGLE --custom_opt=INCLUDE_GOOGLE
--custom_out=src/betterproto/lib --custom_out=src/betterproto/lib
-I /usr/local/include/ -I C:\\work\\include
/usr/local/include/google/protobuf/**/*.proto C:\\work\\include\\google\\protobuf\\**\\*.proto
""" """
help = "Regenerate the types in betterproto.lib.google" help = "Regenerate the types in betterproto.lib.google"