Skip to content

Commit

Permalink
Accept new manifests directory structure for builder
Browse files Browse the repository at this point in the history
This is temporary and should be fixed properly.
  • Loading branch information
TheJulianJES committed May 30, 2024
1 parent 2184d07 commit 02f6639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def main():
manifest[key] = override

# First, load the base project
projects_root = args.manifest.parent.parent
projects_root = args.manifest.parent.parent.parent.parent # XXX: hacky, do properly
base_project_path = projects_root / manifest["base_project"]
assert base_project_path.is_relative_to(projects_root)
(base_project_slcp,) = base_project_path.glob("*.slcp")
Expand Down

0 comments on commit 02f6639

Please sign in to comment.