Fix lack of space after 'Cflags:' in pkgconfig files

pull/7215/head
Soapux 5 years ago committed by Jussi Pakkanen
parent bdfd46e579
commit 4852ee8ceb
  1. 2
      mesonbuild/modules/pkgconfig.py

@ -379,7 +379,7 @@ class PkgConfigModule(ExtensionModule):
return cflags_buf
cflags = generate_compiler_flags()
ofile.write('Cflags:')
ofile.write('Cflags: ')
if uninstalled:
ofile.write(' '.join(generate_uninstalled_cflags(deps.pub_libs + deps.priv_libs)))
elif not dataonly and cflags:

Loading…
Cancel
Save