From f75224a8435d0eb9cdda79f8bc571eeef25a8e33 Mon Sep 17 00:00:00 2001 From: wtz Date: Wed, 19 Jul 2023 12:35:52 +0800 Subject: Fix grammar --- xmake/toolchains/ndk/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/toolchains/ndk/check.lua') diff --git a/xmake/toolchains/ndk/check.lua b/xmake/toolchains/ndk/check.lua index 991e4e3d9..fd6dc3b99 100644 --- a/xmake/toolchains/ndk/check.lua +++ b/xmake/toolchains/ndk/check.lua @@ -58,7 +58,7 @@ function _check_ndk(toolchain) toolchain:configs_save() return true else - --[[TODO we need also add this tips when use remote ndk toolchain + --[[TODO we also need to add this tips when use remote ndk toolchain -- failed cprint("${bright color.error}please run:") cprint(" - xmake config --ndk=xxx") -- cgit v1.3.1