aboutsummaryrefslogtreecommitdiff
path: root/cutl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-30 04:58:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-30 04:58:00 +0300
commit09dd14d23b3a24ae1bc15bd211e4e5d485f66fb6 (patch)
treefab81d86d8f0e5c06053c9910d520422ce447cb7 /cutl
parent8e44787f9e9c0ace10c7510743f5b30835ca069f (diff)
Use compiler class instead of id where appropriate
Diffstat (limited to 'cutl')
-rw-r--r--cutl/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/buildfile b/cutl/buildfile
index 17f3360..3bb0a74 100644
--- a/cutl/buildfile
+++ b/cutl/buildfile
@@ -44,7 +44,7 @@ details/build2/:
{
h{*}: install = false
- if ($cxx.id == "msvc")
+ if ($cxx.class == 'msvc')
{
h{config-vc}@./: install = $install_include/details/
h{config-vc-stub}@./: install = $install_include/details/build2/config-vc.h