From 8a28a8f1ef4e760d1a486b5d6c5ecf8830e863ce Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:01:43 +0300 Subject: [PATCH] Update ndk.sh --- config/ndk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ndk.sh b/config/ndk.sh index e068793..93c65df 100644 --- a/config/ndk.sh +++ b/config/ndk.sh @@ -17,7 +17,7 @@ # limitations under the License. if [ ! -d ../android-ndk ]; then - printf "Warning: NDK directory not found. And the current configuration may create problems...\n\n" + printf "warning; ndk directory not found. And the current configuration may create problems...\n\n" fi # end of script