remove echo

This commit is contained in:
vennos5 2017-11-07 19:04:03 +02:00
parent cbd34f0be1
commit a276d37df4
1 changed files with 0 additions and 1 deletions

View File

@ -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