Boost logo

Boost-Build :

Subject: Re: [Boost-build] [python-port] msvc toolset patch
From: Vladimir Prus (ghost_at_[hidden])
Date: 2011-11-25 02:21:34


On 25/11/11 01:36, Juraj Ivančić wrote:
> On 24.11.2011. 21:34, Vladimir Prus wrote:
>> # Decide what the 'default' version is.
>> if ! $(v)
>> {
>> # Take the first registered (i.e. auto-detected) version.
>> version = [ $(.versions).all ] ;
>> version = $(version[1]) ;
>> v = $(version) ;
>>
>> # Note: 'version' can still be empty at this point if no versions have
>> # been auto-detected.
>> version ?= "default" ;
>> }
>
> Oh. My bad. I was unaware of the of the 'v'-s magical properties and did not set it. It works now.
> Should I send a patch relative to the last or absolute?

Absolute will be better.

Thanks,
Volodya


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