summaryrefslogtreecommitdiff
path: root/xmake/modules/private/platform/check_xcode.lua
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/modules/private/platform/check_xcode.lua
parent22a3a1c21f41205fa5ea71a4fd0a0d9caa2b8963 (diff)
improve theme name
Diffstat (limited to 'xmake/modules/private/platform/check_xcode.lua')
-rw-r--r--xmake/modules/private/platform/check_xcode.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/platform/check_xcode.lua b/xmake/modules/private/platform/check_xcode.lua
index d56ed4c33..f503c1a13 100644
--- a/xmake/modules/private/platform/check_xcode.lua
+++ b/xmake/modules/private/platform/check_xcode.lua
@@ -39,7 +39,7 @@ function main(config, optional)
elseif not optional then
-- failed
- cprint("${color.error}please run:")
+ cprint("${color.error.bright}please run:")
cprint(" - xmake config --xcode=xxx")
cprint("or - xmake global --xcode=xxx")
raise()