mirror of
https://github.com/ankitects/anki.git
synced 2025-11-16 17:47:11 -05:00
clarify comment
This commit is contained in:
parent
e60eb27184
commit
8cfd28bd00
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ def protobufjs_library(name, proto, **kwargs):
|
||||||
proto = proto,
|
proto = proto,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build static module, which we need for pbjs
|
# Build static module, which we need for pbts
|
||||||
pbjs(
|
pbjs(
|
||||||
name = js_static_target,
|
name = js_static_target,
|
||||||
data = [proto_target] + _PROTOBUFJS_CLI_DEPS,
|
data = [proto_target] + _PROTOBUFJS_CLI_DEPS,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue