summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-28 22:50:36 +0800
committerruki <[email protected]>2024-01-28 22:50:36 +0800
commitf383a6e46a9072c639d6df97bba161b8ec6add7c (patch)
tree50ffd90605ce9a2a4dd5b4cb265199cc278becf5 /xmake/modules
parent4d8b4ad55eb3ccee0dd0e9c0fc0bafbb55ca04e6 (diff)
invalid package configs #4477
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/action/require/impl/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index 900041c35..6a860d99a 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -847,6 +847,7 @@ function _select_package_runtimes(package)
if requireinfo then
requireinfo.configs_overrided = requireinfo.configs_overrided or {}
requireinfo.configs_overrided.runtimes = #runtimes_current > 0 and table.concat(runtimes_current, ",") or nil
+ package:_invalidate_configs()
end
end
end