summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-29 00:00:39 +0800
committerruki <[email protected]>2024-11-29 00:00:39 +0800
commit36953ccf16f9765746471b47aca5b2611270b274 (patch)
tree9e56c50b8d5cd54e4e208b04971baa6f16dc8f02 /xmake/modules/private/action/require/impl/package.lua
parent5b6ccc1740802dda446cd4d95a748047bd66f80a (diff)
improve tests
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
-rw-r--r--xmake/modules/private/action/require/impl/package.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index 5c0d1bf3d..cea24ba10 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -1191,6 +1191,8 @@ end
-- cannot be detected at present and can only be resolved by the user
--
function _check_package_depconflicts(package)
+ print("_check_package_depconflicts ..")
+ --[[
local packagekeys = {}
for _, dep in ipairs(package:librarydeps()) do
local key = _get_packagekey(dep:name(), dep:requireinfo())
@@ -1200,7 +1202,7 @@ function _check_package_depconflicts(package)
else
packagekeys[dep:name()] = key
end
- end
+ end]]
end
-- must depend on the given package?