diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-18 14:51:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-18 14:51:38 +0200 |
commit | 78ac6aee6dff1b608bc312fe7ada442ba83710e8 (patch) | |
tree | e887435cf8af9ae0e13646e452202f68516a958d /libbuild2/bin/init.cxx | |
parent | 2896bd88378712fcd253e0a03b20892acb1dd299 (diff) |
Complete NetBSD compatibility
Diffstat (limited to 'libbuild2/bin/init.cxx')
-rw-r--r-- | libbuild2/bin/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index de8b12a..0d2d9b5 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -327,7 +327,7 @@ namespace build2 target_triplet t (s); l5 ([&]{trace << "canonical target: '" << t.string () << "'; " - << "class: " << t.class_ << " source: " << s;}); + << "class: " << t.class_;}); assert (!hint || s == t.string ()); |