зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1328454 - Add full file path to compilation database. r=glandium
MozReview-Commit-ID: 7H1HvYE9umf
This commit is contained in:
Родитель
1c008043fa
Коммит
45a6d9565c
|
@ -168,7 +168,7 @@ class CompileDBBackend(CommonBackend):
|
||||||
db.append({
|
db.append({
|
||||||
'directory': directory,
|
'directory': directory,
|
||||||
'command': ' '.join(shell_quote(a) for a in c),
|
'command': ' '.join(shell_quote(a) for a in c),
|
||||||
'file': filename,
|
'file': mozpath.join(directory, filename),
|
||||||
})
|
})
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
Загрузка…
Ссылка в новой задаче