diff options
| author | ruki <[email protected]> | 2023-01-28 13:27:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-28 13:27:52 +0800 |
| commit | 7fc65c84735a480f26171b41641ba11974e55a09 (patch) | |
| tree | 88e2f5b30ef774e8e2400a70d30967ae85ae78fc /xmake/toolchains | |
| parent | 49846a235636232861054cb4977d465ce650ab73 (diff) | |
update readme
Diffstat (limited to 'xmake/toolchains')
| -rw-r--r-- | xmake/toolchains/dlang/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/dlang/xmake.lua b/xmake/toolchains/dlang/xmake.lua index 149dbb04e..4f828d544 100644 --- a/xmake/toolchains/dlang/xmake.lua +++ b/xmake/toolchains/dlang/xmake.lua @@ -21,7 +21,7 @@ -- define toolchain toolchain("dlang") set_homepage("https://dlang.org/") - set_description("D Programming Language Compiler") + set_description("D Programming Language Compiler (Auto)") on_check("check") |
