From 1009a225a30be32bc6db608878ff09cb2b85fcda Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 9 Oct 2020 22:44:43 +0800 Subject: improve toolchain description --- 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 d8de03f8c..ba9a9cf1f 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -224,6 +224,7 @@ function _instance:_description(toolkind) { cc = "the c compiler", cxx = "the c++ compiler", + cpp = "the c/c++ preprocessor", ld = "the linker", sh = "the shared library linker", ar = "the static library archiver", -- cgit v1.3.1