Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for zig 14 #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

update for zig 14 #7

wants to merge 2 commits into from

Conversation

Koeng101
Copy link

@Koeng101 Koeng101 commented Jul 7, 2024

zig 14 dev has some breaking changes to the build file. Pretty much the biggest change is root_source_file should use a b.path("src/file.zig") as an input, rather than .{ .path = "src/file.zig" }. This fixes those!

@akhildevelops
Copy link
Owner

Hi @Koeng101, Thanks for the PR currently I'll keep this on hold until zig releases 0.14.

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