diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:43:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 03:45:29 +0300 |
commit | 93ccfe02152e74476b2d018430b0a3f734033c11 (patch) | |
tree | 5d8cac0018bd7b897d0c85427969b83bae4cac15 | |
parent | ebaf5c5ab7d81eeb88ac06907592dbcf58f0b346 (diff) |
Use compiler class instead of id where appropriate
-rw-r--r-- | odb/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/buildfile b/odb/buildfile index fe010e6..373190a 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -56,7 +56,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 |