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

Since `sort` is locale-dependent.
pull/3771/head
Khaled Hosny 2 years ago
parent a722b3e666
commit d6e55f1baf
  1. 2
      src/Makefile.am

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

Loading…
Cancel
Save