diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 13:40:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 14:24:50 +0300 |
commit | 25156244b8491f2fce83d37bbd7597e66bb45233 (patch) | |
tree | ad255e1ef0622d4a37da96367d90ae9c5a2849cc | |
parent | 929377e738556664609483e1fa0ee0deb8cdb794 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-rw-r--r-- | odb/qt/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/buildfile b/odb/qt/buildfile index e8c8d55..f83f580 100644 --- a/odb/qt/buildfile +++ b/odb/qt/buildfile @@ -79,7 +79,7 @@ { 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 |