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

build: prevent breakage with relative paths #97

Closed Jan200101 closed 3 months ago

Jan200101 commented 3 months ago

thisDir() returns @src().file which isn't always an absolute path

mitchellh commented 3 months ago

Danke