From 93ccfe02152e74476b2d018430b0a3f734033c11 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Nov 2017 03:43:05 +0300 Subject: Use compiler class instead of id where appropriate --- odb/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/buildfile b/odb/buildfile index fe010e6..373190a 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -56,7 +56,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 -- cgit v1.1