2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Add missing local variable declaration

[SVN r36302]
This commit is contained in:
Dave Abrahams
2006-12-08 14:27:10 +00:00
parent 0e6cb164f7
commit a716546bfa

View File

@@ -132,6 +132,10 @@ local argv = [ modules.peek : ARGV ] ;
local option-toolsets = [ regex.split-list [ MATCH ^--toolset=(.*) : $(argv) ] : "," ] ;
local feature-toolsets = [ regex.split-list [ MATCH ^toolset=(.*) : $(argv) ] : "," ] ;
# if the user specified --toolset=..., we need to add toolset=... to
# the build request
local extra-build-request ;
if ! $(ignore-config)
{
for local toolset-version in $(option-toolsets) $(feature-toolsets)