diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 11:32:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 11:32:28 +0300 |
commit | 5e6ab77ee4ef6d08c8b229bba54b33473b2442dd (patch) | |
tree | 2c5cd02eebbeeeafccd686e07764eec3c9a5cdb8 | |
parent | 0df82743fc903c8e1f12fb37bd78260913fce665 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-rw-r--r-- | odb/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/buildfile b/odb/buildfile index 4a9a7cc..5eb0866 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -69,7 +69,7 @@ details/build2/ { h{*}: install = false - if ($cxx.class == 'msvc') + if ($cxx.target.system == 'win32-msvc') { h{config-vc}@./: install = $install_include/details/ h{config-vc-stub}@./: install = $install_include/details/build2/config-vc.h |