mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
should -> must
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
SODIUM_VERSION="1.0.20.0"
|
||||
|
||||
if [ -z "$ANDROID_NDK_HOME" ]; then
|
||||
echo "You should probably set ANDROID_NDK_HOME to the directory containing"
|
||||
echo "the Android NDK."
|
||||
echo "ANDROID_NDK_HOME must be set to the directory containing the Android NDK."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -10,8 +10,7 @@ export NDK_API_VERSION="$(echo "$NDK_PLATFORM" | sed 's/^android-//')"
|
||||
export NDK_API_VERSION_COMPAT="$(echo "$NDK_PLATFORM_COMPAT" | sed 's/^android-//')"
|
||||
|
||||
if [ -z "$ANDROID_NDK_HOME" ]; then
|
||||
echo "You should probably set ANDROID_NDK_HOME to the directory containing"
|
||||
echo "the Android NDK."
|
||||
echo "ANDROID_NDK_HOME must be set to the directory containing the Android NDK."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user