summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-17 00:37:44 +0800
committerruki <[email protected]>2020-07-17 00:37:44 +0800
commit50e403c5e3524327f0471cb1ec9cba148db747b1 (patch)
treef21d524c380348e3afba89bdd0b38a42d4b527a6
parent4ea1de904a8648b2ef7e49d072de1c9d91dec856 (diff)
update toolchain
-rw-r--r--xmake/core/tool/toolchain.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua
index b646e4cd8..ee8244819 100644
--- a/xmake/core/tool/toolchain.lua
+++ b/xmake/core/tool/toolchain.lua
@@ -228,6 +228,7 @@ function _instance:_description(toolkind)
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",
mm = "the objc compiler",