From 272dbd99d21591b694ba608f8daea75806d5fcbc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 May 2021 09:01:32 +0200 Subject: Fix default Clang C++ compiler name mis-guess --- libbuild2/cc/guess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/guess.cxx') 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; -- cgit v1.1