|
Boost-Build : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-02-19 22:27:11
On Feb 19, 2007, at 7:05 PM, Phillip Seaver wrote:
> K. Noel Belcourt wrote:
>> I want to force <runtime-link>static whenever I build <toolset>gcc
>> and I'm <link>static. I've tried adding this to my Jamroot project
>> but it doesn't seem to work. Does anyone know how to express this
>> kind of dependency?
>>
>> [ in Jamroot ]
>>
>> project
>> : requirements
>> <toolset>gcc:<link>static:<runtime-link>static
>> ;
>
> You want "<toolset>gcc,<link>static:<runtime-link>static" -- note the
> ',' (comma)
Ah, brilliant. Thanks for the help Philip!
-- Noel
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk