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 | f14364709839703fd3c3b6630ef6cf9f0133b0c8 (patch) | |
tree | 26d95a4bf32cda346997bd4f8fb3315bf0134e66 /rules | |
parent | 07636c93672507a53aa4f8451fb5f668dd9f7234 (diff) | |
download | justbuild-f14364709839703fd3c3b6630ef6cf9f0133b0c8.tar.gz |
proto: honor configured archiver
Diffstat (limited to 'rules')
-rw-r--r-- | rules/CC/proto/EXPRESSIONS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/rules/CC/proto/EXPRESSIONS b/rules/CC/proto/EXPRESSIONS index 9e3a9624..b2b3ea0d 100644 --- a/rules/CC/proto/EXPRESSIONS +++ b/rules/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"] |