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:
parent
394f3cdac8
commit
5343e8547a
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user