Merge branch 'FixTypo' into 'waf-2.1'

Add back an accidentally deleted line clang_compilation_database.py

See merge request ita1024/waf!2269
This commit is contained in:
ita1024 2019-11-10 14:49:14 +00:00
commit 11f449ee57
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class ClangDbContext(Build.BuildContext):
cmd = task.last_cmd
except AttributeError:
continue
directory = getattr(task, 'cwd', self.variant_dir)
f_node = task.inputs[0]
filename = f_node.path_from(task.get_cwd())
entry = {