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/toolchains/msvc/check.lua | |
| parent | 97fdf4e120b14782e0f99d3e49634fc2432e039d (diff) | |
improve checking tips
Diffstat (limited to 'xmake/toolchains/msvc/check.lua')
| -rw-r--r-- | xmake/toolchains/msvc/check.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/toolchains/msvc/check.lua b/xmake/toolchains/msvc/check.lua index 6c3b82555..aecd0e51a 100644 --- a/xmake/toolchains/msvc/check.lua +++ b/xmake/toolchains/msvc/check.lua @@ -77,9 +77,9 @@ function _check_vstudio(toolchain) local vs = _check_vsenv(toolchain) if vs then config.set("vs", vs, {readonly = true, force = true}) - cprint("checking for the Microsoft Visual Studio (%s) version ... ${color.success}%s", toolchain:arch(), vs) + cprint("checking for Microsoft Visual Studio (%s) version ... ${color.success}%s", toolchain:arch(), vs) else - cprint("checking for the Microsoft Visual Studio (%s) version ... ${color.nothing}${text.nothing}", toolchain:arch()) + cprint("checking for Microsoft Visual Studio (%s) version ... ${color.nothing}${text.nothing}", toolchain:arch()) if not (opt and opt.try) then print("please run:") print(" - xmake config --vs=xxx [--vs_toolset=xxx]") |
