Match more of musyx
This commit is contained in:
parent
932202edc5
commit
b699b48c3f
3 changed files with 13 additions and 10 deletions
|
|
@ -886,7 +886,9 @@ def generate_objdiff_config(config, build_config):
|
|||
return
|
||||
|
||||
lib, obj = result
|
||||
unit_src_path = config.src_dir / obj.options["source"]
|
||||
src_dir = Path(lib.get("src_dir", config.src_dir))
|
||||
|
||||
unit_src_path = src_dir / obj.options["source"]
|
||||
if not unit_src_path.exists():
|
||||
objdiff_config["units"].append(unit_config)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue