diff options
| author | ruki <[email protected]> | 2024-05-28 00:52:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-28 00:52:24 +0800 |
| commit | ec9aa461e24fe744164435cb8c5eebac874a4e4e (patch) | |
| tree | aec5f4b968e8fad0f05b161c7b44cb13034abebc /xmake | |
| parent | be0f7c374de2f7a30bf951560bf37b9be38afe85 (diff) | |
fix import
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/modules/private/action/require/impl/packagenv.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/packagenv.lua b/xmake/modules/private/action/require/impl/packagenv.lua index 8da69d914..01eb20d2a 100644 --- a/xmake/modules/private/action/require/impl/packagenv.lua +++ b/xmake/modules/private/action/require/impl/packagenv.lua @@ -19,7 +19,7 @@ -- -- imports -imports("core.base.hashset") +import("core.base.hashset") import("core.package.package", {alias = "core_package"}) -- enter the package environments |
