Commit 5574592e authored by Robert Bradshaw's avatar Robert Bradshaw

Fix typo in dependency checking.

parent 4957f69f
...@@ -294,7 +294,7 @@ def normalize_existing0(base_dir, rel_paths): ...@@ -294,7 +294,7 @@ def normalize_existing0(base_dir, rel_paths):
if path_exists(path): if path_exists(path):
normalized.append(os.path.normpath(path)) normalized.append(os.path.normpath(path))
else: else:
normalized.append(path) normalized.append(rel)
return normalized return normalized
def resolve_depends(depends, include_dirs): def resolve_depends(depends, include_dirs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment