From 07cbb09ffd86db7cf7ff842f72d857f2733e9fdc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Nov 2017 03:56:57 +0300 Subject: Use compiler class instead of id where appropriate --- odb/pgsql/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index 1f84db6..58076c9 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/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