diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 05:03:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 05:03:06 +0300 |
commit | d5130c78a11bc3480480ff927b02033a7d824dea (patch) | |
tree | a299125e2dc62851f314a276896fe376cf257e2e | |
parent | 46c688935a39cba400a59bed0b286dc666652f73 (diff) |
Use compiler class instead of id where appropriate
-rw-r--r-- | libbutl/buildfile | 2 |
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 |