diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-08-24 18:23:37 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-13 10:51:13 +0200 |
commit | 3e4e38f6987d7435232b175fd0070608b76b4d50 (patch) | |
tree | b65a1966b6fb27b0de42c8b90219e97b952fe7f6 /CC/proto | |
parent | de4f1edc350636e4e2cde14ef1adda8716d394f6 (diff) | |
download | rules-cc-3e4e38f6987d7435232b175fd0070608b76b4d50.tar.gz |
Rules: Implement hierarchical defaults
Diffstat (limited to 'CC/proto')
-rw-r--r-- | CC/proto/EXPRESSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS index 4f807fe..ac0018a 100644 --- a/CC/proto/EXPRESSIONS +++ b/CC/proto/EXPRESSIONS @@ -7,7 +7,8 @@ } } , "protoc-compile": - { "vars": ["transition", "service support"] + { "vars": + ["transition", "service support", "CXX", "CXXFLAGS", "ADD_CXXFLAGS"] , "imports": { "stage": ["", "stage_singleton_field"] , "result": ["./", "..", "lib result"] |