From da63bca85fe3d05368556056a90498d784c47bae Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 27 Oct 2021 22:32:39 +0800 Subject: remove ex kind --- xmake/core/tool/toolchain.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake/core/tool/toolchain.lua') 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", -- cgit v1.3.1