From 79ade77589e1766f1a8d9d057b4ae61c8177469e Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 22 Oct 2020 10:44:41 +0700 Subject: [PATCH] Not build freetype because jdk8 configure build it --- buildlibs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildlibs.sh b/buildlibs.sh index b8820d7..10d9d40 100755 --- a/buildlibs.sh +++ b/buildlibs.sh @@ -12,6 +12,6 @@ cd freetype-2.6.2 --without-zlib \ --with-png=no \ --with-harfbuzz=no -make -j4 -make install +# make -j4 +# make install