Use toolset=... explicitly.

[SVN r83205]
This commit is contained in:
Steven Watanabe 2013-02-28 18:09:13 +00:00
parent caec6e65ef
commit b7a6e63ac7

View file

@ -723,7 +723,7 @@ class runner:
if toolsets:
import string
cmd += ' ' + string.join(string.split( toolsets, ',' ), ' ' )
cmd += ' toolset=' + toolsets
return cmd