diff options
| author | ShifftC <[email protected]> | 2025-09-29 18:31:48 +0200 |
|---|---|---|
| committer | ShifftC <[email protected]> | 2025-09-30 15:06:50 +0200 |
| commit | 4e56895eb7f85db1b79a87395551a2e8625bad70 (patch) | |
| tree | c99b9de3ea9e4f1ab11f4e41d22eab49c2a910d6 /xmake/modules/private/action/require/impl/package.lua | |
| parent | fc1bf95c3c39b06571e3f4d686093850890f3934 (diff) | |
add api checking on download failure
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 11b06d381..1e64d8b47 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -1129,7 +1129,7 @@ function _load_package(packagename, requireinfo, opt) -- load environments from the manifest to enable the environments of on_install() package:envs_load() - check_api(package) + check_api(package, {load = true}) -- save this package package to cache _memcache():set2("packages", packagekey, package) |
