diff options
Diffstat (limited to 'libbuild2/cc/guess.cxx')
-rw-r--r-- | libbuild2/cc/guess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx index cf78774..7b993f0 100644 --- a/libbuild2/cc/guess.cxx +++ b/libbuild2/cc/guess.cxx @@ -1822,7 +1822,7 @@ namespace build2 return compiler_info { move (gr.path), move (gr.id), - compiler_class::gcc, + cl ? compiler_class::msvc : compiler_class::gcc, move (ver), move (var_ver), move (gr.signature), |