Skip to content

Commit ebe696a

Browse files
committed
fix components typo to make the package instance happy
1 parent 9d084db commit ebe696a

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)