natecraddock / zf

a commandline fuzzy finder and zig package designed for filtering filepaths
MIT License
451 stars 14 forks source link

Issue with system and linking libc #53

Closed natecraddock closed 2 days ago

natecraddock commented 11 months ago

When linking libc (needed for pselect), std.os.system no longer contains all necessary symbols. Probably an issue with the Zig stdlib.

I can work around this for the 0.9.0 release. Future versions will only use pselect on macOS so this isn't urgent to resolve.