|
Boost-Build : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-09-09 00:58:30
On Sep 8, 2006, at 10:53 PM, Rene Rivera wrote:
> K. Noel Belcourt wrote:
>> should be
>>
>> constant sierra-root : [ MATCH "^--sierradir=(.*)" : $(argv) ] ;
>
> Ah, I see now... Just assign it to a local var and then set the
> constant...
>
> local sierra-root-opt = [ MATCH "^--sierradir=(.*)" : $(argv) ] ;
> constant sierra-root = $(sierra-root-opt:E=/sierra/Release) ;
That will do very nicely. Thanks Rene.
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