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