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

replace deprecated LibExeObjStep #69

Closed almmiko closed 9 months ago

almmiko commented 11 months ago

Replace LibExeObjStep with Step.Compile.

https://github.com/ziglang/zig/blob/master/lib/std/Build.zig#L24-L25

mitchellh commented 9 months ago

Thanks! Sorry for the delay.