diff options
| author | ruki <[email protected]> | 2025-04-12 00:55:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-12 00:55:46 +0800 |
| commit | b46d3d13c468662e598683dfe5f484d2e3fe9486 (patch) | |
| tree | d60a07cefc53454d519364574503f23fc2553233 /xmake/modules/core/project/depend.lua | |
| parent | b9cb224619b0c886020559ce605be351fb149c7e (diff) | |
normalize jobname
Diffstat (limited to 'xmake/modules/core/project/depend.lua')
| -rw-r--r-- | xmake/modules/core/project/depend.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua index 05b93acf1..ca213d975 100644 --- a/xmake/modules/core/project/depend.lua +++ b/xmake/modules/core/project/depend.lua @@ -70,6 +70,8 @@ end -- show diagnosis info? function _is_show_diagnosis_info() + return true + --[[ local show = _g.is_show_diagnosis_info if show == nil then if project.policy("diagnosis.check_build_deps") then @@ -79,7 +81,7 @@ function _is_show_diagnosis_info() end _g.is_show_diagnosis_info = show end - return show + return show]] end -- save dependent info to file |
