From d5130c78a11bc3480480ff927b02033a7d824dea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Nov 2017 05:03:06 +0300 Subject: Use compiler class instead of id where appropriate --- libbutl/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/buildfile') 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 -- cgit v1.1