diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:50:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:50:06 +0300 |
commit | dd71d6d7fd665356469bdc27097887295c879bf9 (patch) | |
tree | d98bc5d8b135ba94ad8048865d2d6ad53cf26d5b | |
parent | 271803559c1da8c3594864a322c223815152ad17 (diff) |
Use compiler class instead of id where appropriate
-rw-r--r-- | odb/mysql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |