[meson] fix gen script input
matters more when harfbuzz is a subproject
This commit is contained in:
parent
50d3f531ee
commit
b8320340ce
|
@ -301,8 +301,7 @@ endif
|
|||
custom_target('harfbuzz.cc',
|
||||
build_by_default: true,
|
||||
output: 'harfbuzz.cc',
|
||||
command: [find_program('gen-harfbuzzcc.py'),
|
||||
meson.source_root() / '@OUTPUT@'] +
|
||||
command: [find_program('gen-harfbuzzcc.py'), 'harfbuzz.cc'] +
|
||||
hb_base_sources + hb_glib_sources + hb_ft_sources +
|
||||
hb_graphite2_sources + hb_uniscribe_sources + hb_gdi_sources +
|
||||
hb_directwrite_sources + hb_coretext_sources)
|
||||
|
|
Loading…
Reference in New Issue