mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-09-25 04:09:58 +03:00
Add braces for consistency
This commit is contained in:
@@ -34,4 +34,4 @@ bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-21}" \
|
||||
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" && \
|
||||
make clean && \
|
||||
make -j3 install && \
|
||||
echo "libsodium has been installed into $PREFIX"
|
||||
echo "libsodium has been installed into ${PREFIX}"
|
||||
|
||||
Reference in New Issue
Block a user