diff options
| author | ruki <[email protected]> | 2021-12-29 22:30:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-29 22:30:38 +0800 |
| commit | 70e03f735c6f27e5e0d97c2c0bbeb03d239a6574 (patch) | |
| tree | 150506d5d79abad272ee56a7bda293244317e62b /xmake/core/tool | |
| parent | e1ef31c2ab61b06a31adac981cfd67c873b33829 (diff) | |
improve toolchain and linux driver
Diffstat (limited to 'xmake/core/tool')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index 782b004cd..f4a511f0f 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -185,7 +185,7 @@ end -- get the program and name of the given tool kind function _instance:tool(toolkind) -- ensure to do load for initializing toolset first - self:check() + -- @note we cannot call self:check() here, because it can only be called on config self:_load() local toolpaths = self:get("toolset." .. toolkind) if toolpaths then |
