From 50e403c5e3524327f0471cb1ec9cba148db747b1 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Jul 2020 00:37:44 +0800 Subject: update toolchain --- xmake/core/tool/toolchain.lua | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.3.1