Fixup: read the relevant lock file with --top

This commit is contained in:
Thomas Nagy 2017-09-12 20:22:13 +02:00
parent f0c8b0c283
commit ddbc9726b0
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def waf_entry_point(current_directory, version, wafdir):
ctx = Context.create_context('options')
(options, commands, env) = ctx.parse_cmd_args(allow_unknown=True)
if options.top:
Context.run_dir = Context.top_dir = options.top
start_dir = Context.run_dir = Context.top_dir = options.top
no_climb = True
if options.out:
Context.out_dir = options.out