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 | e2f78a2f52f628322bd80829bc03e488973dea2e (patch) | |
tree | 88b88d5ef44299534cb1db3d181c02eb13c763e6 /rules | |
parent | 70cbace27acb6fc0e91f6f323e38b7b8e94fcfb8 (diff) | |
download | justbuild-e2f78a2f52f628322bd80829bc03e488973dea2e.tar.gz |
rules: Honor ENV variable for protobuf compilation
Diffstat (limited to 'rules')
-rw-r--r-- | rules/CC/proto/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/proto/EXPRESSIONS b/rules/CC/proto/EXPRESSIONS index ac0018aa..9e3a9624 100644 --- a/rules/CC/proto/EXPRESSIONS +++ b/rules/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"] |