From 997b4dcc3ca9f26b2e1b159cf9cfd8484387dc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Aug 2012 09:03:19 +0000 Subject: [PATCH] Restored the boost//headers alias in the contrib/boost.jam Boost Build module, lost by accident in revision [79808]. [SVN r79828] --- v2/contrib/boost.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/contrib/boost.jam b/v2/contrib/boost.jam index 72af14356..6a18a555a 100644 --- a/v2/contrib/boost.jam +++ b/v2/contrib/boost.jam @@ -206,6 +206,7 @@ rule boost_std ( inc ? lib ? ) : requirements @tag_std $(lib) ; + alias headers ; boost_lib_std chrono : BOOST_CHRONO_DYN_LINK ; boost_lib_std date_time : BOOST_DATE_TIME_DYN_LINK ; boost_lib_std filesystem : BOOST_FILE_SYSTEM_DYN_LINK ;