From 6e197bdfcc680080bd18bcc3c612447472090841 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Dec 2017 10:50:31 +0200 Subject: More work on Clang on Windows/MSVC support --- build2/cc/module.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/module.cxx') diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx index 7278586..9fbae4b 100644 --- a/build2/cc/module.cxx +++ b/build2/cc/module.cxx @@ -157,9 +157,10 @@ namespace build2 tt.vendor = "microsoft"; tt.system = "win32-msvc"; tt.version = "14.1"; //@@ TMP hardcoded. + assert (tt.class_ == "windows"); } - // Assign value to variables that describe the compiler. + // Assign values to variables that describe the compiler. // rs.assign (x_id) = ci.id.string (); rs.assign (x_id_type) = ci.id.type; -- cgit v1.1