diff options
| author | ruki <[email protected]> | 2021-07-29 00:31:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-29 00:31:49 +0800 |
| commit | 8195c81d0ac1ccbeedff00fce02c227bd0159205 (patch) | |
| tree | bf69556477af449f67632b98e917f3ac889f15f5 | |
| parent | 0ab40eb6af59286eb13fa780381d59d4fb48ecad (diff) | |
improve menu
| -rw-r--r-- | xmake/languages/zig/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/languages/zig/xmake.lua b/xmake/languages/zig/xmake.lua index bc8280d6b..9c85e3962 100644 --- a/xmake/languages/zig/xmake.lua +++ b/xmake/languages/zig/xmake.lua @@ -72,8 +72,7 @@ language("zig") } set_menu { - config = - { + config = { {category = "Cross Complation Configuration/Compiler Configuration" } , {nil, "zc", "kv", nil, "The Zig Compiler" } |
