diff options
| author | ruki <[email protected]> | 2023-10-11 00:47:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-11 00:47:12 +0800 |
| commit | 8de7e001caabfefddfdec8f0e7bfd941764079f2 (patch) | |
| tree | b14c3be2b5cb0c0cabc0226bdb589abb1a149e23 /xmake/modules | |
| parent | 788e1664de64f8121b5f8108d2a066b6569846fb (diff) | |
improve diagnosis
Diffstat (limited to 'xmake/modules')
| -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 4294427d9..80eb49d3b 100644 --- a/xmake/modules/core/project/depend.lua +++ b/xmake/modules/core/project/depend.lua @@ -72,7 +72,7 @@ end function _is_show_diagnosis_info() local show = _g.is_show_diagnosis_info if show == nil then - if option.get("diagnosis") and project.policy("diagnosis.check_build_deps") then + if project.policy("diagnosis.check_build_deps") then show = true else show = false |
