summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-29 23:58:22 +0800
committerruki <[email protected]>2024-11-29 23:58:22 +0800
commitc665218691e6655c0feee4f0a30f92af91392b62 (patch)
tree4040b53a49fe440b12600879f8aca95372f1bb6c
parentcea762c1a9cf6ae35081097cfe1b1adcf1bc19b2 (diff)
add todo
-rw-r--r--xmake/modules/private/action/require/impl/package.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index ea4d4dd76..8b222e224 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -1301,6 +1301,9 @@ function _check_and_resolve_package_depconflicts_impl(package, name, deps)
source = "commit"
end
dep:version_set(version_best, source)
+
+ -- TODO reset buildhash and cache
+ -- ...
end
end
end