2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

Add back an accidentally deleted line clang_compilation_database.py

This commit is contained in:
Rafaël Kooi 2019-11-10 15:43:45 +01:00
parent 394f3cdac8
commit 5343e8547a

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 = {