diff --git a/build.jam b/build.jam index de45ccf..3c573ed 100644 --- a/build.jam +++ b/build.jam @@ -5,16 +5,19 @@ require-b2 5.2 ; +constant boost_dependencies : + /boost/config//boost_config ; + project /boost/assert : common-requirements - /boost/config//boost_config include ; explicit - [ alias boost_assert ] + [ alias boost_assert : : : : $(boost_dependencies) ] [ alias all : boost_assert test ] ; call-if : boost-library assert ; +