mirror of
https://github.com/boostorg/build.git
synced 2026-02-19 14:22:10 +00:00
Fix failure to print the cmd-or-prefix argument when --debug-configuration is passed.
[SVN r37203]
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user