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