diff options
| author | ruki <[email protected]> | 2026-01-05 23:56:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-09 17:59:02 +0800 |
| commit | c6a5ff9175d280d894126412112aa10db57e6ecb (patch) | |
| tree | 5551ffa9c6e51989a1ab42747514485c5cac83fa /xmake/modules/private/action/require/impl/package.lua | |
| parent | 7d506590468cc2fc0984a9890b4cefead1a37718 (diff) | |
improve to load package
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 1 |
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 90efb3751..842a6cd95 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -1033,6 +1033,7 @@ function _load_package(packagename, requireinfo, opt) -- load environments from the manifest to enable the environments of on_install() package:envs_load() + -- check api check_api(package, {load = true}) -- save this package package to cache |
