From d46702ca599954864737a49b20cac20632bc37ba 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 --- CC/proto/EXPRESSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CC/proto') 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"] -- cgit v1.2.3