diff options
| -rw-r--r-- | xmake/toolchains/gcc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/gcc/xmake.lua b/xmake/toolchains/gcc/xmake.lua index 06be7cef9..28e58c4a2 100644 --- a/xmake/toolchains/gcc/xmake.lua +++ b/xmake/toolchains/gcc/xmake.lua @@ -28,7 +28,7 @@ toolchain("gcc" .. suffix) -- set homepage set_homepage("https://gcc.gnu.org/") - set_description("GNU Compiler Collection") + set_description("GNU Compiler Collection" .. (version and (" (" .. version .. ")") or "")) -- mark as standalone toolchain set_kind("standalone") |
