summaryrefslogtreecommitdiff
path: root/xmake/core/tool/toolchain.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-27 22:32:39 +0800
committerruki <[email protected]>2021-10-27 09:17:20 +0800
commitda63bca85fe3d05368556056a90498d784c47bae (patch)
tree8a402a9185f509561a2534358f87e140234a0499 /xmake/core/tool/toolchain.lua
parent17b521d9059907d08390b462bcf09bd8075b84b3 (diff)
remove ex kind
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
-rw-r--r--xmake/core/tool/toolchain.lua1
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",