aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/guess.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-14 14:06:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-14 14:06:23 +0200
commit70a76a8a03f0390b44d372fb8816cf529a9f1c35 (patch)
tree303d0447705e81397bb2cf4b0ed069cbcd06366c /build2/bin/guess.hxx
parent3cad4e39c8d20e1811c75d4c83aa108185bd0a47 (diff)
Use thin archives if available for utility libraries
Thin archives are supported by GNU ar since binutils 2.19.1 and LLVM ar since LLVM 3.8.0.
Diffstat (limited to 'build2/bin/guess.hxx')
-rw-r--r--build2/bin/guess.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/bin/guess.hxx b/build2/bin/guess.hxx
index b815660..13cee46 100644
--- a/build2/bin/guess.hxx
+++ b/build2/bin/guess.hxx
@@ -34,6 +34,7 @@ namespace build2
string ar_id;
string ar_signature;
string ar_checksum;
+ semantic_version ar_version;
process_path ranlib_path;
string ranlib_id;