Skip to content

Fixed build error on linux#4

Merged
Yusee-Programmer merged 1 commit into
tauraro:masterfrom
ken-morel:master
Jun 7, 2026
Merged

Fixed build error on linux#4
Yusee-Programmer merged 1 commit into
tauraro:masterfrom
ken-morel:master

Conversation

@ken-morel

Copy link
Copy Markdown
Contributor

The code originally uses:

project_root = join_path(manifest_path, "..")

Which fails to properly work in the rest of the build system.

This fix changes how the project manifest and root are found.

  • The find_manifest from manifest.tr has been replaced with a find_project_root in main.tr.
  • The project root is found with find_project_root, then the manifest path is appended to this.

@Yusee-Programmer
Yusee-Programmer merged commit 4b621ce into tauraro:master Jun 7, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants