Remove empty lines
This commit is contained in:
parent
40b9d0fdc7
commit
f2f126fdfd
@ -28,12 +28,10 @@ rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
|
|||||||
$MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
$MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
||||||
--arch="$TARGET_ARCH" \
|
--arch="$TARGET_ARCH" \
|
||||||
--install-dir="$TOOLCHAIN_DIR" && \
|
--install-dir="$TOOLCHAIN_DIR" && \
|
||||||
|
|
||||||
./configure --host="${HOST_COMPILER}" \
|
./configure --host="${HOST_COMPILER}" \
|
||||||
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
|
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
|
||||||
--prefix="${PREFIX}" \
|
--prefix="${PREFIX}" \
|
||||||
--disable-soname-versions && \
|
--disable-soname-versions && \
|
||||||
|
|
||||||
make clean && \
|
make clean && \
|
||||||
make -j3 install && \
|
make -j3 install && \
|
||||||
echo "libsodium has been installed into $PREFIX"
|
echo "libsodium has been installed into $PREFIX"
|
||||||
|
Loading…
Reference in New Issue
Block a user