aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-30 05:03:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-30 05:03:06 +0300
commitd5130c78a11bc3480480ff927b02033a7d824dea (patch)
treea299125e2dc62851f314a276896fe376cf257e2e /libbutl/buildfile
parent46c688935a39cba400a59bed0b286dc666652f73 (diff)
Use compiler class instead of id where appropriate
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index d3ec87b..eee92d9 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -67,7 +67,7 @@ else
#@@ MOD VC bogus warning if module and dll-exported function called within DLL.
#
-if ($cxx.features.modules && $cxx.id == 'msvc')
+if ($cxx.features.modules && $cxx.class == 'msvc')
cxx.loptions += /ignore:4217
# Install into the libbutl/ subdirectory of, say, /usr/include/ recreating