fix: protoc to local
This commit is contained in:
parent
2fa0be2141
commit
50fa4e6268
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user