From dd71d6d7fd665356469bdc27097887295c879bf9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Nov 2017 03:50:06 +0300 Subject: Use compiler class instead of id where appropriate --- odb/mysql/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/mysql/buildfile b/odb/mysql/buildfile index 9fb2275..3414679 100644 --- a/odb/mysql/buildfile +++ b/odb/mysql/buildfile @@ -95,7 +95,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