forked from ariadne/pkgconf
cli: add whitespace between cflags and libs fragments
parent
648a2249fc
commit
b106de0c7a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue