import modules ; local boost = [ modules.peek : BOOST ] ; project sandbox : requirements $(boost) ; # This seems to prevent some Boost.Build errors that otherwise occur :-( use-project /boost : $(boost) ;