Skip to content

Conversation

pfgithub
Copy link

No description provided.

Copy link
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
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 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
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
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

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