diff --git a/build.jam b/build.jam index f8d2f10..728691c 100644 --- a/build.jam +++ b/build.jam @@ -12,12 +12,11 @@ constant boost_dependencies : /boost/python//boost_python ; project /boost/parameter_python - : common-requirements - include ; explicit - [ alias boost_parameter_python : : : : $(boost_dependencies) ] + [ alias boost_parameter_python : : : + : include $(boost_dependencies) ] [ alias all : boost_parameter_python test ] ;