From 70a76a8a03f0390b44d372fb8816cf529a9f1c35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Aug 2018 14:06:23 +0200 Subject: 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. --- build2/bin/guess.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/bin/guess.hxx') 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; -- cgit v1.1