diff options
| author | ruki <[email protected]> | 2026-02-01 13:21:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-01 13:21:08 +0800 |
| commit | 9e715b0c81e3cec987b720f7c113a91302345f6c (patch) | |
| tree | e498785b2ce563b256f4bfe9cfc8c493fa9c5ac7 | |
| parent | b9647966c8332c833113df9554a191e1db93a6af (diff) | |
fix tips
| -rw-r--r-- | xmake/modules/detect/sdks/find_vstudio.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua index 127fb1322..e7e76047d 100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua @@ -414,7 +414,7 @@ function _check_vcvarsall_env(vars) if #p > 256 then p = p:sub(1, 256) .. "..." end - wprint("%%%s%% is too long and truncated, detect msvc may be failed, please clear some unused variables!\n > %s", name, p) + wprint("%%%s%% is too long and truncated, msvc detection may fail, please clear some unused variables!\n > %s", name, p) break end end |
