diff options
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index 4f49b4a11..b43e19280 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -332,7 +332,7 @@ function _load_package(packagename, requireinfo) on_load(package) end - -- load environments from the manifest + -- load environments from the manifest to enable the environments of on_install() package:envs_load() -- save this package package to cache |
