Compare commits

..

No commits in common. "78f00da1302c66fa2835c7dab7054cd34b248417" and "28b5d57b98fb9f057d7b69d94fd2b9ce7510cdfb" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -1141,11 +1141,6 @@ main(int argc, char *argv[])
want_client_flags |= PKGCONF_PKG_PKGF_SEARCH_PRIVATE;
}
if ((want_flags & PKG_CFLAGS))
{
want_client_flags |= PKGCONF_PKG_PKGF_SEARCH_PRIVATE;
}
if ((sysroot_dir = getenv("PKG_CONFIG_SYSROOT_DIR")) != NULL)
{
const char *destdir;