From aa1fe2cbe661c0882e28348099d2865bcd0c3ab7 Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Tue, 3 Nov 2020 16:21:34 +0100 Subject: [PATCH] revert --- buildlibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlibs.sh b/buildlibs.sh index 6d3fe8c..5dc3d13 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -5,7 +5,7 @@ export PATH=$TOOLCHAIN/bin:$PATH echo "Building Freetype" -cd freetype-2.10.0 +cd freetype-2.6.2 ./configure \ --host=$TARGET \ --prefix=`pwd`/build_android-${TARGET_SHORT} \