diff options
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 1 |
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", |
