-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently they aren't findable.
On Linux, the pc files are often installed in the system pkgconfig directory, which is undesirable to add to the PKG_CONFIG_PATH. We could create a temporary directory and add a symlink to the files (since pkgconf/pkgconf#363), but that could have a performance impact -- but maybe it doesn't matter? Ideally, there would be a way to tell pkgconf to only find specific .pc files.
On macOS and Windows, as far as I can see the .pc files are typically isolated to that specific python interpreter (and not installed in a global shared location) so just adding the directory to PKG_CONFIG_PATH would be sufficient.
Question open at pkgconf/pkgconf#391
Metadata
Metadata
Assignees
Labels
No labels