From e2f78a2f52f628322bd80829bc03e488973dea2e Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 26 Oct 2022 17:09:25 +0200 Subject: rules: Honor ENV variable for protobuf compilation --- rules/CC/proto/EXPRESSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules') 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"] -- cgit v1.2.3