aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/cc/guess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx
index 09e14fa..b45a413 100644
--- a/libbuild2/cc/guess.cxx
+++ b/libbuild2/cc/guess.cxx
@@ -3323,7 +3323,7 @@ namespace build2
if (id.variant == "emscripten")
s = "em++";
else
- s = "clang";
+ s = "clang++";
break;
}
case type::icc: s = "icpc"; break;