diff options
| author | ruki <[email protected]> | 2019-01-03 22:57:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-03 11:45:37 +0800 |
| commit | e6bdff43415c485114ae9a68a435923497fb3059 (patch) | |
| tree | 73145bcb0143a957e95fd6d45e8e692e232bf53e /xmake/modules/private/platform/check_xcode.lua | |
| parent | 2bf304a53d08b0d2f248732b4687ae8276aa5e5f (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.lua | 2 |
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() |
