pkgconfig: Rename 'CFlags' for 'Cflags'
This commit is contained in:
parent
e9f66b1930
commit
a33c5c50f1
|
@ -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…
Reference in New Issue