mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 11:51:20 +01:00
Ignore empty lock files
This commit is contained in:
parent
17015626e2
commit
eda87cd5b5
@ -91,6 +91,8 @@ def waf_entry_point(current_directory, version, wafdir):
|
||||
else:
|
||||
# check if the folder was not moved
|
||||
for x in (env.run_dir, env.top_dir, env.out_dir):
|
||||
if not x:
|
||||
continue
|
||||
if Utils.is_win32:
|
||||
if cur == x:
|
||||
load = True
|
||||
|
Loading…
Reference in New Issue
Block a user