master
Chris Dorman 2020-12-01 20:50:21 -08:00
parent a9c0a0ec4e
commit 2608c5241f
1 changed files with 3 additions and 2 deletions

View File

@ -863,6 +863,8 @@ harfbuzz()
tar -xf $harfbuzz
fi
mv harfbuzz-2.3.1 $harfbuzzsrcdir
cd $harfbuzzsrcdir
#./autogen.sh
@ -870,8 +872,7 @@ harfbuzz()
./configure --prefix=$freondir \
--disable-static \
--enable-shared \
--without-graphite2 \
--without-icu \
--without-graphite2
make -j20