mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
1.97k stars 65 forks source link

fix: update to zig 0.13 #99

Closed robbielyman closed 3 months ago

robbielyman commented 3 months ago

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.