diff options
| author | ruki <[email protected]> | 2022-12-13 21:04:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-13 21:04:31 +0800 |
| commit | a8b0c74065f49c2720776f2d7bb65c4e3b4c3ef9 (patch) | |
| tree | 38ea25619303f30fcba6357aa569fca5cf5b01ea /xmake/modules | |
| parent | 06876b8b33ae91a5dd12f8b94b295f3546885c8a (diff) | |
add default componments
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/action/require/impl/register_packages.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/register_packages.lua b/xmake/modules/private/action/require/impl/register_packages.lua index 840667d04..f50e973b9 100644 --- a/xmake/modules/private/action/require/impl/register_packages.lua +++ b/xmake/modules/private/action/require/impl/register_packages.lua @@ -61,6 +61,7 @@ function _register_required_package_libs(instance, required_package, is_deps) -- save components list and dependencies if components then required_package:set("__components_deps", instance:components_deps()) + required_package:set("__components_default", instance:components_default()) required_package:set("__components_orderlist", instance:components_orderlist()) end |
