Commit 4deef17348375588c64752a4d7f862d4448da331

Ariadne Conill 2025-05-08T13:12:21

cli: defer --with-path processing until libpkgconf is fully initialized Previously, we would modify the cross-compilation personality object in order to inject paths provided by --with-path. This would cause the paths provided by --with-path to be clobbered when using PKG_CONFIG_LIBDIR to explicitly initialize the search path list. Fixes: c468682 ("cli: implement --personality") Related: https://github.com/pkgconf/pkgconf/issues/400 Signed-off-by: Ariadne Conill <ariadne@ariadne.space>