summaryrefslogtreecommitdiff
path: root/xmake/platforms/windows/check.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/windows/check.lua')
-rw-r--r--xmake/platforms/windows/check.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/platforms/windows/check.lua b/xmake/platforms/windows/check.lua
index f74fbb42e..8218ffd3a 100644
--- a/xmake/platforms/windows/check.lua
+++ b/xmake/platforms/windows/check.lua
@@ -121,6 +121,7 @@ function _toolchains(config)
-- insert c/c++ tools to toolchains
checker.toolchain_insert(toolchains, "cc", "", "cl.exe", "the c compiler")
checker.toolchain_insert(toolchains, "cxx", "", "cl.exe", "the c++ compiler")
+ checker.toolchain_insert(toolchains, "mrc", "", "rc.exe", "the resource compiler")
checker.toolchain_insert(toolchains, "ld", "", "link.exe", "the linker")
checker.toolchain_insert(toolchains, "ar", "", "link.exe -lib", "the static library archiver")
checker.toolchain_insert(toolchains, "sh", "", "link.exe -dll", "the shared library linker")