mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Update ab.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user