2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Restored the boost//headers alias in the contrib/boost.jam Boost Build module, lost by accident in revision [79808].

[SVN r79828]
This commit is contained in:
Jurko Gospodnetić
2012-08-01 09:03:19 +00:00
parent 89d455d4c8
commit 997b4dcc3c

View File

@@ -206,6 +206,7 @@ rule boost_std ( inc ? lib ? )
: requirements <tag>@tag_std <search>$(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 ;