diff options
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 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() |
