30 Oct
2013
30 Oct
'13
8:45 p.m.
AMDG On 10/30/2013 01:16 PM, Eric Niebler wrote:
if not $TOOLSET set TOOLSET=`tools/build/v2/engine/build.bat --guess-toolset`
This doesn't seem right. build.bat takes a toolset as an optional argument. If the user specified --with-toolset=xxx to bootstrap.bat, then shouldn't xxx get passed as the toolset argument to build.bat?
I'm mirroring the logic in bootstrap.sh. This doesn't actually build anything, it just asks build.bat to figure out what toolset it would use. If the user specified a toolset, we already know. In Christ, Steven Watanabe