Remove empty lines

This commit is contained in:
Frank Denis 2014-05-01 10:54:00 -07:00
parent 40b9d0fdc7
commit f2f126fdfd

View File

@ -28,12 +28,10 @@ rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
$MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
--arch="$TARGET_ARCH" \
--install-dir="$TOOLCHAIN_DIR" && \
./configure --host="${HOST_COMPILER}" \
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
--prefix="${PREFIX}" \
--disable-soname-versions && \
make clean && \
make -j3 install && \
echo "libsodium has been installed into $PREFIX"