Was this the problem?

This commit is contained in:
David Given
2024-10-15 22:45:50 +02:00
parent 9dc6bdb03b
commit ca8f2a886e
37 changed files with 73 additions and 1700 deletions

View File

@@ -2,7 +2,7 @@ from build.protobuf import proto, protocc
proto(name="common_proto", srcs=["./common.proto"])
protocc(name="common_proto_lib", srcs=[".+common_proto"])
protocc(name="common_proto_lib", srcs=[".+common_proto"], deps=["+protobuf_lib"])
proto(
name="layout_proto",