diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 13:50:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 14:25:30 +0300 |
commit | 5eaa876faab4b2528277e5cfee4a1f129c25688e (patch) | |
tree | 87d36762628a2c55ef13585dccbf475453d18f10 | |
parent | 9b9ab3c0d6e7756bfe1f0977663b0b42c53070e0 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-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 26ea2b8..d50aa37 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -99,7 +99,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 |