Filesystem Hierarchy Standard and build.zig's linkSystemLibrary #2575
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
build.zig's linkSystemLibrary function does not look into all the necessary directories at the moment.
In section 4.8 of the Filesystem Hierarchy Standard it states:
In section 3.1 it states:
I think we can ignore /lib* but not /usr/lib*. In Fedora's case there's /usr/lib and /usr/lib64 which are separate directories. There's no /usr/lib32. linkSystemLibrary does not look into /usr/lib64 at the moment.
The text was updated successfully, but these errors were encountered: