diff options
| author | ruki <[email protected]> | 2018-02-01 22:55:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-02-01 11:34:17 +0800 |
| commit | 65b0ab3efb3b7a503804dc412189801431475dcd (patch) | |
| tree | 6ae16c29302fdc2587a928d8b80a6a8e8e5c8471 /xmake/languages/objc++ | |
| parent | fa98fd2e588f56713df258b6c5639db8d3bc9ad5 (diff) | |
improve project option menu
Diffstat (limited to 'xmake/languages/objc++')
| -rw-r--r-- | xmake/languages/objc++/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua index c740c52f7..8362dd254 100644 --- a/xmake/languages/objc++/xmake.lua +++ b/xmake/languages/objc++/xmake.lua @@ -147,14 +147,14 @@ language("objc++") set_menu { config = { - {category = "Cross Complation Configuration/Compiler and Linker Configuration" } + {category = "Cross Complation Configuration/Compiler and Linker Configuration/Objc++" } , {nil, "mm", "kv", nil, "The Objc Compiler" } , {nil, "mxx", "kv", nil, "The Objc++ Compiler" } , {nil, "ld", "kv", nil, "The Linker" } , {nil, "ar", "kv", nil, "The Static Library Linker" } , {nil, "sh", "kv", nil, "The Shared Library Linker" } - , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" } + , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration/Objc++" } , {nil, "mflags", "kv", nil, "The Objc Compiler Flags" } , {nil, "mxflags", "kv", nil, "The Objc/c++ Compiler Flags" } , {nil, "mxxflags", "kv", nil, "The Objc++ Compiler Flags" } |
