Update ab.

This commit is contained in:
David Given
2025-03-20 02:11:10 +01:00
parent 311ff4a89f
commit 4d60ff8e67
3 changed files with 50 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
from build.c import cxxlibrary
from build.protobuf import proto, protocc
from build.protobuf import proto, protocc, protolib
from os.path import *
from glob import glob
import sys
@@ -41,9 +41,9 @@ for a in archs:
)
]
proto(
protolib(
name="proto",
deps=ps + ["lib/config+common_proto"],
srcs=ps + ["lib/config+common_proto"],
)
cxxlibrary(name="proto_lib", deps=pls)