diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-11-02 16:43:48 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-11-02 17:49:12 +0100 |
commit | c7414470a5f4a56712e7e91b74bf839d813c9f5c (patch) | |
tree | 95613de03a923ebd11799a7e0b01baad3208d4bf /CC | |
parent | fd849467c6360a9c19c656b701eff0cd30357893 (diff) | |
download | rules-cc-c7414470a5f4a56712e7e91b74bf839d813c9f5c.tar.gz |
proto: honor configured archiver
Diffstat (limited to 'CC')
-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"] |