Commit dcf529b83d621ed09e99e41fc35fdffd068bd87a

Jeff Moguillansky 2021-02-06T10:57:20

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.