diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 04:20:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 04:20:50 +0300 |
commit | 5fb0357e3be5d940d43bcab4ba8910afbc7f2c13 (patch) | |
tree | fa520b238109b278fab00140ebfa39194b432a93 | |
parent | e07bd8cee43bd3557d9aa8ae9756c1e8dedb2ef7 (diff) |
Use compiler class instead of id where appropriate
-rw-r--r-- | odb/sqlite/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |