diff options
| -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" } |
