diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-20 14:25:32 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-20 14:25:32 +0200 |
commit | 86cce694806c5ef8f586934337ac37d210186754 (patch) | |
tree | 7e05a0e9a855b0855e035d3916c27c25a726c0e4 /rules/CC/proto | |
parent | 15da6ad2c6d61a8746e840b7a0d92b8b723fa788 (diff) | |
parent | cb266253493b9060ccbfd9e4667cbdc1cbde1473 (diff) | |
download | rules-cc-86cce694806c5ef8f586934337ac37d210186754.tar.gz |
Merge commit 'cb266253493b9060ccbfd9e4667cbdc1cbde1473'
Diffstat (limited to 'rules/CC/proto')
-rw-r--r-- | rules/CC/proto/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/proto/RULES b/rules/CC/proto/RULES index 97b4367..8a0711e 100644 --- a/rules/CC/proto/RULES +++ b/rules/CC/proto/RULES @@ -203,7 +203,7 @@ , "$1": {"type": "FIELD", "name": "stage"} } ] - , ["public-fieldnames", ["deps"]] + , ["public-fieldnames", ["deps", "proto-defaults"]] , ["private-fieldnames", ["deps", "proto-defaults"]] ] , "body": {"type": "CALL_EXPRESSION", "name": "protoc-compile"} |