diff options
| author | ruki <[email protected]> | 2025-04-24 22:43:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-24 22:43:29 +0800 |
| commit | f1a41602879db55520c92458d1d52b494df66976 (patch) | |
| tree | 600a16e290506b012b874fba315de8876b3585d5 /xmake/modules/core/project/depend.lua | |
| parent | e49b9dd96d4a1ed7b8aa30ff8e4bd3eef724a59d (diff) | |
revert depend.lua
Diffstat (limited to 'xmake/modules/core/project/depend.lua')
| -rw-r--r-- | xmake/modules/core/project/depend.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/modules/core/project/depend.lua b/xmake/modules/core/project/depend.lua index ca213d975..05b93acf1 100644 --- a/xmake/modules/core/project/depend.lua +++ b/xmake/modules/core/project/depend.lua @@ -70,8 +70,6 @@ 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 @@ -81,7 +79,7 @@ function _is_show_diagnosis_info() end _g.is_show_diagnosis_info = show end - return show]] + return show end -- save dependent info to file |
