Match more of musyx

This commit is contained in:
gamemasterplc 2024-02-19 22:06:24 -06:00
parent 932202edc5
commit b699b48c3f
3 changed files with 13 additions and 10 deletions

View file

@ -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