diff --git a/v2/tools/common.jam b/v2/tools/common.jam index fa179561d..a44235de1 100644 --- a/v2/tools/common.jam +++ b/v2/tools/common.jam @@ -243,7 +243,7 @@ rule check-tool ( xcommand + ) # - OPTIONS for compile.c++ to the value of in options # - OPTIOns for compile to the value of in options # - OPTIONs for link to the value of in options -rule handle-options ( toolset : condition * : command ? : options * ) +rule handle-options ( toolset : condition * : command * : options * ) { # The last parameter ('true') says it's OK to set flags for another # module,