zf icon indicating copy to clipboard operation
zf copied to clipboard

Issue with system and linking libc

Open natecraddock opened this issue 2 years ago • 0 comments

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.

natecraddock avatar Sep 29 '23 22:09 natecraddock