diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-26 17:09:25 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-26 18:09:06 +0200 |
commit | d46702ca599954864737a49b20cac20632bc37ba (patch) | |
tree | 83d574c1c6854da4c5ff67687e7cb1b0d245242b | |
parent | 2a7102b66d534e9ae3cafbe7f2fdd3c3f5d979c0 (diff) | |
download | rules-cc-d46702ca599954864737a49b20cac20632bc37ba.tar.gz |
rules: Honor ENV variable for protobuf compilation
-rw-r--r-- | CC/proto/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS index ac0018a..9e3a962 100644 --- a/CC/proto/EXPRESSIONS +++ b/CC/proto/EXPRESSIONS @@ -8,7 +8,7 @@ } , "protoc-compile": { "vars": - ["transition", "service support", "CXX", "CXXFLAGS", "ADD_CXXFLAGS"] + ["transition", "service support", "CXX", "CXXFLAGS", "ADD_CXXFLAGS", "ENV"] , "imports": { "stage": ["", "stage_singleton_field"] , "result": ["./", "..", "lib result"] |