pkgconfig: Rename 'CFlags' for 'Cflags'

This commit is contained in:
Guillaume Poirier-Morency 2016-10-07 09:06:23 -04:00
parent e9f66b1930
commit a33c5c50f1
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''