summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-10 23:14:45 +0800
committerruki <[email protected]>2026-01-10 23:14:52 +0800
commitb84340552514434dbd213354a98a653bdd7d0d60 (patch)
treeeeb764146916344aabd63eac6b218c1b7b2ad676 /xmake/modules
parentde1004a3930a91057debe62b06757bb8aad7faaf (diff)
fix lock version
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/action/require/impl/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index 941fca7fe..2d44238db 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -400,6 +400,7 @@ function _select_package_version(package, requireinfo, locked_requireinfo)
elseif locked_requireinfo.tag then
source = "tag"
end
+ package:version_set(version, source)
return version, source
end