From a75e13d6c8818d191d7e38681e99d0fbb494e3da Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:11:26 -0600 Subject: fix: lock_packages typo --- xmake/modules/private/action/require/impl/lock_packages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/action/require/impl/lock_packages.lua b/xmake/modules/private/action/require/impl/lock_packages.lua index 40906766a..f51092b47 100644 --- a/xmake/modules/private/action/require/impl/lock_packages.lua +++ b/xmake/modules/private/action/require/impl/lock_packages.lua @@ -56,7 +56,7 @@ end function main(packages) if project.policy("package.requires_lock") then local plat = config.plat() or os.subhost() - local arch = config.arch() or so.subarch() + local arch = config.arch() or os.subarch() local key = plat .. "|" .. arch local results = os.isfile(project.requireslock()) and io.load(project.requireslock()) or {} results.__meta__ = results.__meta__ or {} -- cgit v1.3.1