diff options
| author | ruki <[email protected]> | 2024-11-29 23:58:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-29 23:58:22 +0800 |
| commit | c665218691e6655c0feee4f0a30f92af91392b62 (patch) | |
| tree | 4040b53a49fe440b12600879f8aca95372f1bb6c | |
| parent | cea762c1a9cf6ae35081097cfe1b1adcf1bc19b2 (diff) | |
add todo
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 3 |
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 |
