pkgconfig: Rename 'CFlags' for 'Cflags'

pull/862/head
Guillaume Poirier-Morency 9 years ago
parent e9f66b1930
commit a33c5c50f1
  1. 2
      mesonbuild/modules/pkgconfig.py

@ -75,7 +75,7 @@ class PkgConfigModule:
mlog.log(mlog.red('WARNING:'), msg.format(l.name, 'name_suffix', lname, pcfile))
ofile.write(' -l{} '.format(lname))
ofile.write('\n')
ofile.write('CFlags:')
ofile.write('Cflags:')
for h in subdirs:
if h == '.':
h = ''

Loading…
Cancel
Save