mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix another protocc invocation.
This commit is contained in:
2
lib/external/build.py
vendored
2
lib/external/build.py
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user