diff options
| author | ruki <[email protected]> | 2020-09-18 22:36:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-18 22:36:07 +0800 |
| commit | c24f886427d8e8e28d558366946d512a7e92b428 (patch) | |
| tree | 22ea7bc684331f6e8aad4d35e599f33ed52d17ff /xmake/modules/lib/detect/has_flags.lua | |
| parent | 97fdf4e120b14782e0f99d3e49634fc2432e039d (diff) | |
improve checking tips
Diffstat (limited to 'xmake/modules/lib/detect/has_flags.lua')
| -rw-r--r-- | xmake/modules/lib/detect/has_flags.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/has_flags.lua b/xmake/modules/lib/detect/has_flags.lua index 4e4f3535a..f91e6bfbd 100644 --- a/xmake/modules/lib/detect/has_flags.lua +++ b/xmake/modules/lib/detect/has_flags.lua @@ -120,7 +120,7 @@ function main(name, flags, opt) -- trace if option.get("verbose") or option.get("diagnosis") or opt.verbose then - cprintf("${dim}checking for the flags (") + cprintf("${dim}checking for flags (") io.write(opt.flagskey) cprint("${dim}) ... %s", result and "${color.success}${text.success}" or "${color.nothing}${text.nothing}") if option.get("diagnosis") then |
