2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-19 02:12:17 +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 d16686f3c0
commit 7adced1aea

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))
{