diff options
| author | ruki <[email protected]> | 2021-09-18 12:24:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 12:24:59 +0800 |
| commit | ad49997df47c87b1afd889f4a6001346d6ee4afb (patch) | |
| tree | 9864adfed9ef193ad52d2abc9be2c5e809947cb7 | |
| parent | 7a61aa0c62ddb2ff59418ca3d87b8ed37ca5bb75 (diff) | |
move env to compat
| -rw-r--r-- | xmake/core/base/compat/env.lua (renamed from xmake/core/base/env.lua) | 0 | ||||
| -rw-r--r-- | xmake/core/main.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/env.lua b/xmake/core/base/compat/env.lua index b7956866e..b7956866e 100644 --- a/xmake/core/base/env.lua +++ b/xmake/core/base/compat/env.lua diff --git a/xmake/core/main.lua b/xmake/core/main.lua index 0576b6efc..d4eb456b3 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -22,7 +22,7 @@ local main = main or {} -- load modules -local env = require("base/env") +local env = require("base/compat/env") local os = require("base/os") local log = require("base/log") local path = require("base/path") |
