cli: add whitespace between cflags and libs fragments

pull/249/head
Ariadne Conill 2023-01-21 20:21:26 +00:00
parent 648a2249fc
commit b106de0c7a
1 changed files with 3 additions and 0 deletions

View File

@ -1461,6 +1461,9 @@ cleanup3:
if ((want_flags & PKG_LIBS))
{
if (want_flags & PKG_CFLAGS)
printf(" ");
if (!(want_flags & PKG_STATIC))
pkgconf_client_set_flags(&pkg_client, pkg_client.flags & ~PKGCONF_PKG_PKGF_SEARCH_PRIVATE);