|
Boost Testing : |
From: John Pavel (jrp_at_[hidden])
Date: 2007-11-15 16:48:57
>>>
>>
>> You need to use "--toolsets=darwin".
>
> No luck. Same problem.
>
> Also tried specifying "--toolsets=darwin --pjl_toolset=darwin". That
> failed because it passed "darwin" to bjam as a target, rather than
> as a
> toolset option.
>
The following works for me:
./run.py --runner=jrp-darwin --comment=comment.html --toolsets=darwin
--bjam-toolset=darwin --pjl-toolset=darwin
(I don't pretend to understand it.)