summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-09 22:44:43 +0800
committerruki <[email protected]>2020-10-09 22:44:43 +0800
commit1009a225a30be32bc6db608878ff09cb2b85fcda (patch)
tree9b95a0cf54f9d552e4602fac01cefd4fe61ea922
parent2d138ccf9ab5f5675e610789561a06070fbb1b27 (diff)
improve toolchain description
-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 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",