mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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,
|
||||
)
|
||||
|
||||
# Build static module, which we need for pbjs
|
||||
# Build static module, which we need for pbts
|
||||
pbjs(
|
||||
name = js_static_target,
|
||||
data = [proto_target] + _PROTOBUFJS_CLI_DEPS,
|
||||
|
|
Loading…
Reference in a new issue