mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove empty lines
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user