mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Use toolset=... explicitly.
[SVN r83205]
This commit is contained in:
parent
caec6e65ef
commit
b7a6e63ac7
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class runner:
|
|||
|
||||
if toolsets:
|
||||
import string
|
||||
cmd += ' ' + string.join(string.split( toolsets, ',' ), ' ' )
|
||||
cmd += ' toolset=' + toolsets
|
||||
|
||||
return cmd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue