[meson] fix gen script input

matters more when harfbuzz is a subproject
This commit is contained in:
Ebrahim Byagowi 2020-06-03 23:40:57 +04:30 committed by GitHub
parent 50d3f531ee
commit b8320340ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)