From acd721c5612f8e2bb8e44473358e3d16ffecf927 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Tue, 3 Nov 2020 16:19:58 +0100 Subject: [PATCH] fix the fix fix --- buildlibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \