diff options
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 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 |
