diff options
| author | ruki <[email protected]> | 2025-08-23 00:57:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-23 00:57:15 +0800 |
| commit | c10e76fd359799670b1bd5b62a3ae4572fbd4349 (patch) | |
| tree | 2f3d26e0e4b9bb32097fbd7333a7de132ff0b466 /xmake/modules | |
| parent | c28b80c6c6ddb1ec816841d7104870869a9210b0 (diff) | |
fix protobuf for target deps #6701
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 ca05dc2f4..1369796bb 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 = _g.is_show_diagnosis_info + local show = true-- _g.is_show_diagnosis_info if show == nil then if project.policy("diagnosis.check_build_deps") then show = true |
