summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-10-26 17:09:25 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-10-26 18:09:06 +0200
commite2f78a2f52f628322bd80829bc03e488973dea2e (patch)
tree88b88d5ef44299534cb1db3d181c02eb13c763e6
parent70cbace27acb6fc0e91f6f323e38b7b8e94fcfb8 (diff)
downloadjustbuild-e2f78a2f52f628322bd80829bc03e488973dea2e.tar.gz
rules: Honor ENV variable for protobuf compilation
-rw-r--r--rules/CC/proto/EXPRESSIONS2
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"]