diff options
| author | ruki <[email protected]> | 2021-10-27 22:32:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-27 09:17:20 +0800 |
| commit | da63bca85fe3d05368556056a90498d784c47bae (patch) | |
| tree | 8a402a9185f509561a2534358f87e140234a0499 /xmake/core/tool/toolchain.lua | |
| parent | 17b521d9059907d08390b462bcf09bd8075b84b3 (diff) | |
remove ex kind
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index 2ff1dbc65..3779d9297 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -338,7 +338,6 @@ function _instance:_description(toolkind) ld = "the linker", sh = "the shared library linker", ar = "the static library archiver", - ex = "the static library extractor", mrc = "the windows resource compiler", strip = "the symbols stripper", dsymutil = "the symbols generator", |
