diff options
| author | ruki <[email protected]> | 2021-02-12 23:01:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-12 23:01:26 +0800 |
| commit | e66d6878040a80e6512db851750185b8ab35b127 (patch) | |
| tree | a2c4e681a917a4fb398938483a0485854f085e1c /xmake/modules/private | |
| parent | 5cd7e9ab5bccd3bf469eb5da49f70085a9753696 (diff) | |
fix import
Diffstat (limited to 'xmake/modules/private')
| -rw-r--r-- | xmake/modules/private/xrepo/action/env.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua index 90f8cd520..cc49534c7 100644 --- a/xmake/modules/private/xrepo/action/env.lua +++ b/xmake/modules/private/xrepo/action/env.lua @@ -21,7 +21,7 @@ -- imports import("core.base.option") import("core.project.config") -import("actions.require.impl.package", {rootdir = os.programdir()}) +import("private.action.require.impl.package") -- get menu options function menu_options() |
