[automake] Use LANG=C when generating harfbuzz*.cc

Since `sort` is locale-dependent.
This commit is contained in:
Khaled Hosny 2022-07-30 23:35:47 +02:00
parent a722b3e666
commit d6e55f1baf
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@ EXTRA_DIST += harfbuzz-subset.pc.in
harfbuzz-subset.cc: Makefile.sources
$(AM_V_GEN) \
LANG=C; \
for f in \
$(HB_BASE_sources) \
$(HB_SUBSET_sources) \
@ -295,6 +296,7 @@ $(srcdir)/%.hh: $(srcdir)/%.rl
harfbuzz.cc: Makefile.sources
$(AM_V_GEN) \
LANG=C; \
for f in \
$(HB_BASE_sources) \
$(HB_GLIB_sources) \