diff options
| author | ruki <[email protected]> | 2025-02-13 23:29:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-02-13 23:29:01 +0800 |
| commit | 900eb24cae747371b296962e09add22d8d9f95c1 (patch) | |
| tree | e3ddf96c42c052be4a1dc743237e1b41ec606e61 /xmake/core/tool/toolchain.lua | |
| parent | 86c6203b4602b92abb8cf8f6ed8d4143b6bd1f00 (diff) | |
update readme
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index 1085df198..e5a7626c2 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -454,7 +454,11 @@ function _instance:_description(toolkind) nc = "the nim compiler", ncld = "the nim linker", ncsh = "the nim shared library linker", - ncar = "the nim static library archiver" + ncar = "the nim static library archiver", + kc = "the kotlin native compiler", + kcld = "the kotlin native linker", + kcsh = "the kotlin native shared library linker", + kcar = "the kotlin native static library archiver", } self._DESCRIPTIONS = descriptions end |
