summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-25 11:02:32 +0800
committerGitHub <[email protected]>2025-08-25 11:02:32 +0800
commit1f5c24e5bc885f51cb35e4ad54bf62d125af51d1 (patch)
tree1ec97fa432ca55b016cc1951332eaa7354ef28d4
parentc10e76fd359799670b1bd5b62a3ae4572fbd4349 (diff)
Update depend.lua
-rw-r--r--xmake/modules/core/project/depend.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua
index 1369796bb..ca05dc2f4 100644
--- a/xmake/modules/core/project/depend.lua
+++ b/xmake/modules/core/project/depend.lua
@@ -70,7 +70,7 @@ end
-- show diagnosis info?
function _is_show_diagnosis_info()
- local show = true-- _g.is_show_diagnosis_info
+ local show = _g.is_show_diagnosis_info
if show == nil then
if project.policy("diagnosis.check_build_deps") then
show = true