From a276d37df47c6fbceafc0955e2f3b8beb51c0b48 Mon Sep 17 00:00:00 2001 From: vennos5 Date: Tue, 7 Nov 2017 19:04:03 +0200 Subject: [PATCH] remove echo --- examples/android/install_freetype_arm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/android/install_freetype_arm.sh b/examples/android/install_freetype_arm.sh index 50e13855..ef89f60a 100755 --- a/examples/android/install_freetype_arm.sh +++ b/examples/android/install_freetype_arm.sh @@ -17,7 +17,6 @@ cd freetype-2.6/ ./configure --host=arm-linux-androideabi --without-zlib --prefix="$(pwd)/freetype" --with-png=no --with-harfbuzz=no make -j$(nproc) make install -echo "ERNO ERNO ENOR" mkdir -p ../../libs/armeabi-v7a cp freetype/lib/libfreetype.so ../../libs/armeabi-v7a/libfreetype.so