lint
This commit is contained in:
parent
00e126ec85
commit
66b9635ca8
|
@ -367,10 +367,10 @@ def declare_files(os):
|
||||||
srcs = [
|
srcs = [
|
||||||
":zig",
|
":zig",
|
||||||
":" + zig_tool_path(os).format(
|
":" + zig_tool_path(os).format(
|
||||||
zig_tool = "ar",
|
zig_tool = "ar",
|
||||||
zigtarget = target_config.zigtarget,
|
zigtarget = target_config.zigtarget,
|
||||||
)
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
|
|
Loading…
Reference in New Issue