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>