diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 13:16:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 14:23:29 +0300 |
commit | ca7a37266a34b27cc63e6e155da7cb3a54be41c5 (patch) | |
tree | 95bd6181b8d78a3ba99ee29820c38e39d7f6dc48 | |
parent | 9111fbfe4a0557b53f59b7bf98aad418b0def867 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-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 4803f39..fba9b04 100644 --- a/odb/mysql/buildfile +++ b/odb/mysql/buildfile @@ -113,7 +113,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 |