Typo fix
This commit is contained in:
parent
dc9ca63763
commit
ef20b5e66f
|
@ -618,7 +618,7 @@ if conf.get('HAVE_CAIRO', 0) == 1
|
||||||
harfbuzz_cairo_def = custom_target('harfbuzz-cairo.def',
|
harfbuzz_cairo_def = custom_target('harfbuzz-cairo.def',
|
||||||
command: [gen_def, '@OUTPUT@', '@INPUT@'],
|
command: [gen_def, '@OUTPUT@', '@INPUT@'],
|
||||||
input: hb_cairo_headers,
|
input: hb_cairo_headers,
|
||||||
output: 'harfbuzz-cairot .def')
|
output: 'harfbuzz-cairo.def')
|
||||||
defs_list += [harfbuzz_cairo_def]
|
defs_list += [harfbuzz_cairo_def]
|
||||||
|
|
||||||
pkgmod.generate(libharfbuzz_cairo,
|
pkgmod.generate(libharfbuzz_cairo,
|
||||||
|
|
Loading…
Reference in New Issue