diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:56:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:56:57 +0300 |
commit | 07cbb09ffd86db7cf7ff842f72d857f2733e9fdc (patch) | |
tree | 48ed67936aea6ec90e974e54fc4ecec346260e94 | |
parent | bee785b2768255d602dddba036e387ba60882463 (diff) |
Use compiler class instead of id where appropriate
-rw-r--r-- | odb/pgsql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |