summaryrefslogtreecommitdiff
path: root/xmake/modules/private/platform/check_xcode.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-03 22:57:36 +0800
committerruki <[email protected]>2019-01-03 11:45:37 +0800
commite6bdff43415c485114ae9a68a435923497fb3059 (patch)
tree73145bcb0143a957e95fd6d45e8e692e232bf53e /xmake/modules/private/platform/check_xcode.lua
parent2bf304a53d08b0d2f248732b4687ae8276aa5e5f (diff)
simplify error and warn styles
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 f503c1a13..5434d59b7 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.bright}please run:")
+ cprint("${bright color.error}please run:")
cprint(" - xmake config --xcode=xxx")
cprint("or - xmake global --xcode=xxx")
raise()