should -> must

This commit is contained in:
Frank Denis
2025-02-20 15:26:05 +01:00
parent 4d9b52d234
commit b4f1449d89
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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