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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user