mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove useless comment
This commit is contained in:
@@ -22,7 +22,6 @@ export PREFIX="$(pwd)/libsodium-android-${TARGET_ARCH}"
|
||||
export TOOLCHAIN_DIR="$(pwd)/android-toolchain-${TARGET_ARCH}"
|
||||
export PATH="${PATH}:${TOOLCHAIN_DIR}/bin"
|
||||
|
||||
# Clean up before build
|
||||
rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
|
||||
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-18}" \
|
||||
|
||||
Reference in New Issue
Block a user