Commit f35159c9 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch 'master' into 0.19.x

parents 1491df80 5574592e
...@@ -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