summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:53:59 +0800
committerruki <[email protected]>2025-01-25 00:53:59 +0800
commit04c8ea3b4ea7dca2bb60c64057c6e9d43862696c (patch)
treef2c7d5bd2a4ca754c1e042585125fb72089abfa5 /xmake/core/sandbox/modules
parent4758d5fb50863ebefc7c7cdb3d3bf3670843cd82 (diff)
add cl6x modules
Diffstat (limited to 'xmake/core/sandbox/modules')
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/toolchain.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/core/sandbox/modules/import/core/tool/toolchain.lua b/xmake/core/sandbox/modules/import/core/tool/toolchain.lua
index 48867300e..46bd9fb1d 100644
--- a/xmake/core/sandbox/modules/import/core/tool/toolchain.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/toolchain.lua
@@ -28,8 +28,7 @@ local project = require("project/project")
local raise = require("sandbox/modules/raise")
-- inherit some builtin interfaces
-sandbox_core_tool_toolchain.apis = toolchain.apis
-sandbox_core_tool_toolchain.directories = toolchain.directories
+sandbox_core_tool_toolchain.apis = toolchain.apis
-- get all toolchains list
function sandbox_core_tool_toolchain.list()