diff options
| author | ruki <[email protected]> | 2020-05-16 21:28:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-16 21:28:07 +0800 |
| commit | ed247a74689d45a4cf9a8a8e4aee64dba741df43 (patch) | |
| tree | 282633f6972f7ed20951805e4971619571e86aac /xmake/core/platform/platform.lua | |
| parent | d021df166bfd45c2d18ae6fa39cd685006491d01 (diff) | |
check tool for toolchain
Diffstat (limited to 'xmake/core/platform/platform.lua')
| -rw-r--r-- | xmake/core/platform/platform.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua index 9a3aff93a..51cbcf33f 100644 --- a/xmake/core/platform/platform.lua +++ b/xmake/core/platform/platform.lua @@ -32,7 +32,6 @@ local toolchain = require("tool/toolchain") local sandbox = require("sandbox/sandbox") local config = require("project/config") local global = require("base/global") -local sandbox_module = require("sandbox/modules/import/core/sandbox/module") -- new an instance function _instance.new(name, info, rootdir) |
