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 | 101edf7c9e03d5a11243f8970ce084d57b05e7e3 (patch) | |
tree | e26354f431531a6cdbe01d1cc9c80204dc729abd | |
parent | 653bcf6027e015b67388396f28d170f6ce493fd9 (diff) | |
parent | cb266253493b9060ccbfd9e4667cbdc1cbde1473 (diff) | |
download | rules-cc-101edf7c9e03d5a11243f8970ce084d57b05e7e3.tar.gz |
Merge commit 'cb266253493b9060ccbfd9e4667cbdc1cbde1473'
-rw-r--r-- | CC/proto/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/RULES b/CC/proto/RULES index 97b4367..8a0711e 100644 --- a/CC/proto/RULES +++ b/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"} |