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

fix: update to zig 0.13 #99

Merged
merged 10 commits into from
Jun 9, 2024
Merged

fix: update to zig 0.13 #99

merged 10 commits into from
Jun 9, 2024

Conversation

robbielyman
Copy link
Contributor

this PR allows libxev to compile with zig version 0.13. I'm a little unsure about the one instance where on my machine I had to use .{ .cwd_relative = file } rather than b.path(file) for the pkg-config .pc file install step.

robbielyman and others added 6 commits June 7, 2024 15:44
this PR allows libxev to compile with zig version 0.13.
I'm a little unsure about the one instance where on my machine I had
to use `.{ .cwd_relative = file }` rather than `b.path(file)` for the
pkg-config `.pc` file install step.
This was referenced Jun 9, 2024
@mitchellh mitchellh merged commit f6a672a into mitchellh:main Jun 9, 2024
2 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