diff --git a/buildlibs.sh b/buildlibs.sh index 5dc3d13..6d3fe8c 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -5,7 +5,7 @@ export PATH=$TOOLCHAIN/bin:$PATH echo "Building Freetype" -cd freetype-2.6.2 +cd freetype-2.10.0 ./configure \ --host=$TARGET \ --prefix=`pwd`/build_android-${TARGET_SHORT} \