From bbff2b69459a370afd6c74b6b0d3bb080ff22b89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Mar 2016 13:30:47 +0200 Subject: Add support for guessing ar/ranlib signatures --- build2/cxx/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cxx/module.cxx') diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx index 8e83a9b..32f811a 100644 --- a/build2/cxx/module.cxx +++ b/build2/cxx/module.cxx @@ -194,7 +194,7 @@ namespace build2 << " build " << ci.version.build << "\n" << " signature " << ci.signature << "\n" << " checksum " << ci.checksum << "\n" - << " target " << ci.target << ""; + << " target " << ci.target; } r.assign ("cxx.id", string_type) = ci.id.string (); -- cgit v1.1