mirror of
https://github.com/1superchip/ty-decomp.git
synced 2024-11-23 04:50:01 +00:00
Add source_path to objdiff.json objects config
This commit is contained in:
parent
29511d1328
commit
7085d7ab06
@ -695,6 +695,9 @@ def make_objdiff_json(sources: List[Source]):
|
||||
{
|
||||
'path' : src.o_path.removeprefix("$builddir/"),
|
||||
'name' : src.src_path,
|
||||
'metadata' : {
|
||||
'source_path' : src.src_path,
|
||||
},
|
||||
}
|
||||
for src in sources
|
||||
if src.decompiled
|
||||
|
Loading…
Reference in New Issue
Block a user