diff options
author | magenbluten <mb@64k.by> | 2020-06-16 16:54:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-18 14:12:48 +0200 |
commit | 2896bd88378712fcd253e0a03b20892acb1dd299 (patch) | |
tree | 460c45a4c0d1bc2cbe6f6dc282efd70e44385408 /libbuild2/bin | |
parent | 728b075cb5e0df9c386f8377e0f6961e5ccc5143 (diff) |
Add NetBSD compatibility
Diffstat (limited to 'libbuild2/bin')
-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 0d2d9b5..de8b12a 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_;}); + << "class: " << t.class_ << " source: " << s;}); assert (!hint || s == t.string ()); |