aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-06 10:50:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-06 10:50:31 +0200
commit6e197bdfcc680080bd18bcc3c612447472090841 (patch)
tree7d6f91a6e160718ea813e68a164b8052834581f7 /build2/cc/module.cxx
parentdbeaddc16c0bcfab9162f99411a317bc27bdb85e (diff)
More work on Clang on Windows/MSVC support
Diffstat (limited to 'build2/cc/module.cxx')
-rw-r--r--build2/cc/module.cxx3
1 files changed, 2 insertions, 1 deletions
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;