Commit f748308ba0e7f736b30587577d1ae65f4cf89164

Ariadne Conill 2025-06-04T11:29:11

cli: add support for PKG_CONFIG_PRELOADED_FILES This allows for preloading external files outside PKG_CONFIG_PATH, which will be prioritized over the files located inside PKG_CONFIG_PATH. For example: ~/pkgconf $ PKG_CONFIG_PRELOADED_FILES=tests/lib1/foo.pc ./pkgconf --list-all foo foo - A testing pkg-config file Fixes: https://github.com/pkgconf/pkgconf/issues/391