summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-01 12:57:38 +0800
committerruki <[email protected]>2026-02-01 12:57:38 +0800
commitcc2157942e41b7fc19a965e997855b74a447981d (patch)
treebc4b6e447701de286eddf4ca33ef50abfa941c17
parent609c7ebe102b01068a8e6bfa201c99fb660d8fc7 (diff)
revert tips
-rw-r--r--xmake/modules/detect/sdks/find_vstudio.lua2
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 b39c216ad..2ffe2bdf1 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
- cprint("${color.warning}%%%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, detect msvc may be failed, please clear some unused variables!\n > %s", name, p)
break
end
end