summaryrefslogtreecommitdiff
path: root/xmake/platforms/android
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-03 22:37:30 +0800
committerruki <[email protected]>2019-01-03 09:45:01 +0800
commit21539005098febb08e7331e14cae59639c9a21fc (patch)
tree96b6eb1301a0cbae2fe532752bdc40b759994b41 /xmake/platforms/android
parent22a3a1c21f41205fa5ea71a4fd0a0d9caa2b8963 (diff)
improve theme name
Diffstat (limited to 'xmake/platforms/android')
-rw-r--r--xmake/platforms/android/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/config.lua b/xmake/platforms/android/config.lua
index a7f5d3c9b..cc6f35ead 100644
--- a/xmake/platforms/android/config.lua
+++ b/xmake/platforms/android/config.lua
@@ -40,7 +40,7 @@ function _check_ndk()
config.set("gcc_toolchain", ndk.gcc_toolchain, {force = true, readonly = true})
else
-- failed
- cprint("${color.error}please run:")
+ cprint("${color.error.bright}please run:")
cprint(" - xmake config --ndk=xxx")
cprint("or - xmake global --ndk=xxx")
raise()