|
|
@@ -494,7 +494,7 @@ def bjam_command( toolsets, v2 ):
|
|
|
|
|
|
if not toolsets is None:
|
|
|
if v2:
|
|
|
- result += ' "--toolset=%s"' % toolsets
|
|
|
+ result += ' ' + string.join(string.split( toolsets, ',' ), ' ' )
|
|
|
else:
|
|
|
result += ' "-sTOOLS=%s"' % string.join( string.split( toolsets, ',' ), ' ' )
|
|
|
|