aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.cxx
diff options
context:
space:
mode:
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;