Fix another protocc invocation.

This commit is contained in:
David Given
2024-10-15 22:48:48 +02:00
parent ca8f2a886e
commit 8a23046187
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from build.c import cxxlibrary
from build.protobuf import proto, protocc
proto(name="fl2_proto", srcs=["./fl2.proto"])
protocc(name="fl2_proto_lib", srcs=[".+fl2_proto"])
protocc(name="fl2_proto_lib", srcs=[".+fl2_proto"], deps=["+protobuf_lib"])
cxxlibrary(
name="external",