From 5eea97c4938582590894a13aceedf6cc2bf106c9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 9 Oct 2019 11:37:08 +0300 Subject: Fix buildfile to install proper headers for Clang on Windows --- odb/boost/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/boost') 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 -- cgit v1.1