Kaynağa Gözat

Redo --toolset change

[SVN r36347]
Aleksey Gurtovoy 19 yıl önce
ebeveyn
işleme
e6c5cba864

+ 1 - 1
tools/regression/xsl_reports/runner/regression.py

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

粤ICP备19079148号