summaryrefslogtreecommitdiff
path: root/xmake/languages/objc++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-01 22:52:05 +0800
committerruki <[email protected]>2018-02-01 11:12:31 +0800
commitfa98fd2e588f56713df258b6c5639db8d3bc9ad5 (patch)
tree719b50ffa4d17a995d3565deeda41950f4c9cbfd /xmake/languages/objc++/xmake.lua
parent3e77043082f8d183ca9417513bd3df28ffaaddd8 (diff)
impl path category for menuconf
Diffstat (limited to 'xmake/languages/objc++/xmake.lua')
-rw-r--r--xmake/languages/objc++/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua
index 2f80969cd..c740c52f7 100644
--- a/xmake/languages/objc++/xmake.lua
+++ b/xmake/languages/objc++/xmake.lua
@@ -147,14 +147,14 @@ language("objc++")
set_menu {
config =
{
- {category = "Compiler and Linker Configuration" }
+ {category = "Cross Complation Configuration/Compiler and Linker Configuration" }
, {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 = "Compiler and Linker Flags Configuration" }
+ , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" }
, {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" }