summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-18 11:36:25 +0800
committerruki <[email protected]>2021-09-18 11:36:25 +0800
commit2fc5c39261e8fda47e5376744e7b5c17d6431e97 (patch)
treebda5882f47f18a1a44dad86d07e3f26ba8be9f18 /xmake/core/main.lua
parent151102e2b32a11f2a02da00c8236e285b01b19f1 (diff)
improve getfenv and setfenv
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 4664a1c40..0576b6efc 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -22,6 +22,7 @@
local main = main or {}
-- load modules
+local env = require("base/env")
local os = require("base/os")
local log = require("base/log")
local path = require("base/path")