summaryrefslogtreecommitdiff
path: root/xmake/modules/private
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-12 23:01:26 +0800
committerruki <[email protected]>2021-02-12 23:01:26 +0800
commite66d6878040a80e6512db851750185b8ab35b127 (patch)
treea2c4e681a917a4fb398938483a0485854f085e1c /xmake/modules/private
parent5cd7e9ab5bccd3bf469eb5da49f70085a9753696 (diff)
fix import
Diffstat (limited to 'xmake/modules/private')
-rw-r--r--xmake/modules/private/xrepo/action/env.lua2
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()