From 2fc5c39261e8fda47e5376744e7b5c17d6431e97 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Sep 2021 11:36:25 +0800 Subject: improve getfenv and setfenv --- xmake/core/main.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/core/main.lua') 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") -- cgit v1.3.1