|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-06 13:50:23
Robert Ramey wrote:
> I couldn't really understand the rest of this thread. What do I have
> to do differently to make this work?
You need to create user-config.jam and add
using python : <version> : <path-to-python-interpreter> ;
there. Please see Boost.Build docs concerning where user-config.jam
should be placed.
- Volodya