From 5fb0357e3be5d940d43bcab4ba8910afbc7f2c13 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Nov 2017 04:20:50 +0300 Subject: Use compiler class instead of id where appropriate --- odb/sqlite/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index b0244ed..7653d3c 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -79,7 +79,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