diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 11:37:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 14:14:26 +0300 |
commit | 5eea97c4938582590894a13aceedf6cc2bf106c9 (patch) | |
tree | cdf7bfad985e21c31b42a87aa3bd51b7e0cf34e3 | |
parent | 0d191af061595e17a341edfb887f1679a8cbd893 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-rw-r--r-- | odb/boost/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/buildfile b/odb/boost/buildfile index 2fbfb89..4f11a92 100644 --- a/odb/boost/buildfile +++ b/odb/boost/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 |