Boost logo

Boost-Build :

Subject: Re: [Boost-build] [python-port] msvc toolset patch
From: Juraj Ivanèiæ (juraj.ivancic_at_[hidden])
Date: 2011-11-24 16:36:15


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?

Thanks


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