Fix autotools's harfbuzz.cc build
How this works? gen-harfbuzzcc.py operates at its own source path (see its 7th line)
and that is reliable when used both on meson and autotools.
Just like 19ecabed
, weirdly this didn't come up sooner, guess it has something
to do with timestamps. Fortunately whole harfbuzz.cc just doesn't matter for
packagers but we can tag a release only for this if needed.
This commit is contained in:
parent
95b1081be4
commit
76ba619daa
@ -277,8 +277,7 @@ $(srcdir)/%.hh: $(srcdir)/%.rl
|
||||
|
||||
harfbuzz.cc: Makefile.sources
|
||||
$(AM_V_GEN) \
|
||||
$(srcdir)/gen-harfbuzzcc.py \
|
||||
$(srcdir)/harfbuzz.cc \
|
||||
$(srcdir)/gen-harfbuzzcc.py harfbuzz.cc \
|
||||
$(HB_BASE_sources) \
|
||||
$(HB_GLIB_sources) \
|
||||
$(HB_FT_sources) \
|
||||
|
Loading…
Reference in New Issue
Block a user