mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Small tweak.
* tools/common.jam (handle-options): Allow multi-token command name. [SVN r28180]
This commit is contained in:
@@ -243,7 +243,7 @@ rule check-tool ( xcommand + )
|
||||
# - OPTIONS for compile.c++ to the value of <cxxflags> in options
|
||||
# - OPTIOns for compile to the value of <compileflags> in options
|
||||
# - OPTIONs for link to the value of <linkflags> 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,
|
||||
|
||||
Reference in New Issue
Block a user