diff options
-rw-r--r-- | CC/proto/EXPRESSIONS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS index 9e3a962..b2b3ea0 100644 --- a/CC/proto/EXPRESSIONS +++ b/CC/proto/EXPRESSIONS @@ -8,7 +8,14 @@ } , "protoc-compile": { "vars": - ["transition", "service support", "CXX", "CXXFLAGS", "ADD_CXXFLAGS", "ENV"] + [ "transition" + , "service support" + , "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" + , "ENV" + , "AR" + ] , "imports": { "stage": ["", "stage_singleton_field"] , "result": ["./", "..", "lib result"] |