diff options
| author | ruki <[email protected]> | 2025-08-18 23:44:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-19 11:06:19 +0800 |
| commit | 8a7b5215e90e944246366197e4fa01bc927dd57a (patch) | |
| tree | 5a7cb2a7e0460033fd76c9184b4121545bd73728 /xmake/modules/core/project/depend.lua | |
| parent | f27c9d7af95365a0e06a318910db519069ef3c72 (diff) | |
remove debug code
Diffstat (limited to 'xmake/modules/core/project/depend.lua')
| -rw-r--r-- | xmake/modules/core/project/depend.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua index 15b5d25c8..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 |
