Add braces for consistency
This commit is contained in:
parent
7bce6d82f0
commit
fb2a76f37b
@ -34,4 +34,4 @@ bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-21}" \
|
|||||||
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" && \
|
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" && \
|
||||||
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