Skip to content

Full POSIX support #6

@djmattyg007

Description

@djmattyg007

It looks like the code is looking directly for Linux and macOS, when what it actually cares about is POSIX (aka not-Windows). Perhaps instead of hard-coding three operating systems, it would be better to use an if (comptime builtin.os.tag == .windows) check, and just have two code paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions