From 85fe3ead5cdd28be0a456de930ace21b129c7dfb Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 12 Apr 2005 14:08:11 +0000 Subject: [PATCH] Small tweak. * tools/common.jam (handle-options): Allow multi-token command name. [SVN r28180] --- v2/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,