easily determine system compiler/linker search paths #165
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/pkgconf#165
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Somebody on meson's IRC channel mentioned that they were having difficulty finding the "official" compiler/linker search paths on FreeBSD.
pkgconf is built with this information compiled into it (and wrappers could override it), so it may be a reasonable way to discover this information.
As such, I propose adding it as variables to the
pkg-config
object, as${pc_system_libdirs}
and${pc_system_includedirs}
.