Skip to content

Update to support zig 0.14.0-dev.1583+812557bfd#41

Open
pfgithub wants to merge 7 commits into
ikskuh:masterfrom
pfgithub:zig12
Open

Update to support zig 0.14.0-dev.1583+812557bfd#41
pfgithub wants to merge 7 commits into
ikskuh:masterfrom
pfgithub:zig12

Conversation

@pfgithub

Copy link
Copy Markdown

No description provided.

Comment thread strings.xml

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that an accidential commit?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that seems to have came from the first commit in the zig 12 support PR, I'm not sure why it's there

Comment thread Sdk.zig
Comment on lines -93 to +82
.root_source_file = .{ .path = sdkRoot() ++ "/tools/zip_add.zig" },
.root_source_file = b.path("tools/zip_add.zig"),

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is breaking as it now only allows to compile this repository, but you can't use the Sdk.zig anymore from any other path except project root.

Until we gain ability to run it properly from a zig dependency, we have to ues .{ .cwd_relative = … }

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change is entirely in the last commit so it can be reverted. I would have added package manager support but I decided to use android studio instead of this

@mrexodia mrexodia mentioned this pull request Apr 16, 2025
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.

4 participants