Skip to content

Commit 20e2dbc

Browse files
authored
Merge pull request #7316 from Willaaaaaaa/patch-2
fix components typo to make the package instance happy
2 parents 529e524 + ebe696a commit 20e2dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/core/package/package.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ function _instance:components_deps()
22222222
for _, name in ipairs(table.wrap(self:get("components"))) do
22232223
components_deps[name] = self:extraconf("components", name, "deps") or self:component(name):get("deps")
22242224
end
2225-
self._COMPONENTS_DEPS = component_deps
2225+
self._COMPONENTS_DEPS = components_deps
22262226
end
22272227
return components_deps
22282228
end

0 commit comments

Comments
 (0)