Commit 8c33da5a authored by Rafaël Carré's avatar Rafaël Carré

contrib: harfbuzz: don't use host-specific icu-config

parent 5a8defdc
......@@ -24,6 +24,6 @@ DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
.harfbuzz: harfbuzz
cd $< && env NOCONFIGURE=1 sh autogen.sh
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) --with-icu=no
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) ICU_CONFIG=no
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment