cli: add environment variable PKG_CONFIG_DONT_DEFINE_PREFIX #211
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "add-env-var-dont-define-prefix"
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?
On Windows, pkgconf redefines the prefix by default.
This gives the user the option to disable this behavior via an environment variable.
The benefit of an environment variable is the user can change this behavior when
using a build system such as cmake or meson, which may not expose this
parameter to the user.