2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-23 15:42:14 +00:00

Fix failure to print the cmd-or-prefix argument when --debug-configuration is passed.

[SVN r37203]
This commit is contained in:
Dave Abrahams
2007-03-16 16:15:55 +00:00
parent 57d0dda79b
commit 3beb2c1966

View File

@@ -92,7 +92,7 @@ rule init ( version ? : cmd-or-prefix ? : includes ? : libraries ?
project.push-current $(.project) ;
debug-message Configuring python... ;
for local v in version root includes libraries condition
for local v in version cmd-or-prefix includes libraries condition
{
if $($(v))
{