diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 13:34:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-09 14:24:15 +0300 |
commit | cc104376e59a8ce999f3f5e45ec3e78b23b03765 (patch) | |
tree | 54bd40463fa41ed1cb934016f105d935e03d7b78 | |
parent | f4b5d5064570a9ade5546fdfd81bcdf37def5426 (diff) |
Fix buildfile to install proper headers for Clang on Windows
-rw-r--r-- | odb/pgsql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index c2bb0d4..a73611f 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -100,7 +100,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 |