summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-21 23:44:53 +0800
committerruki <[email protected]>2025-07-21 23:44:53 +0800
commit18a4159b5b05de5e65bdbd3c2ae8b8fc6e97a146 (patch)
tree9a85e81b771b120ea8c75c65e3b7248d5fd10524 /xmake/modules/private/action/require/impl/package.lua
parent6694d5b11dd4740d1ff8a401f43574e85efd2076 (diff)
rename buildir
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
-rw-r--r--xmake/modules/private/action/require/impl/package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index 47ff14036..a81ba6f99 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -1256,7 +1256,6 @@ function _get_package_compatkey(dep)
table.sort(configs_order)
key = key .. ":" .. string.serialize(configs_order, true)
end
-
end
return key
end