cli: add environment variable PKG_CONFIG_DONT_DEFINE_PREFIX #211

Merged
jmoguillansky-gpsw merged 1 commits from add-env-var-dont-define-prefix into master 2021-02-06 21:06:05 +00:00

1 Commits (master)

Author SHA1 Message Date
Jeff Moguillansky 95b350fefc cli: add environment variable PKG_CONFIG_DONT_DEFINE_PREFIX
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.
2021-02-06 10:57:20 -08:00