2
0
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:
Vladimir Prus
2005-04-12 14:08:11 +00:00
parent e0d3afbd97
commit 85fe3ead5c

View File

@@ -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,