mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-18 21:26:12 +00:00
oops
This commit is contained in:
parent
5956277863
commit
a70fa9abc5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -517,7 +517,7 @@ class CompilationDatabase:
|
|||
CompileKey(k['file'], k['output']): k['arguments'] for k in compilation_database
|
||||
}
|
||||
self.db = compilation_database
|
||||
self.linkdb = {k['output']: k['arguments'] for k in link_database}
|
||||
self.linkdb = {tuple(k['output']): k['arguments'] for k in link_database}
|
||||
return self
|
||||
|
||||
def __exit__(self, *a: object) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue