summaryrefslogtreecommitdiff
path: root/xmake/languages/c++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-01 22:55:42 +0800
committerruki <[email protected]>2018-02-01 11:34:17 +0800
commit65b0ab3efb3b7a503804dc412189801431475dcd (patch)
tree6ae16c29302fdc2587a928d8b80a6a8e8e5c8471 /xmake/languages/c++/xmake.lua
parentfa98fd2e588f56713df258b6c5639db8d3bc9ad5 (diff)
improve project option menu
Diffstat (limited to 'xmake/languages/c++/xmake.lua')
-rw-r--r--xmake/languages/c++/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua
index f0f3c370f..110d2dcb1 100644
--- a/xmake/languages/c++/xmake.lua
+++ b/xmake/languages/c++/xmake.lua
@@ -147,14 +147,14 @@ language("c++")
set_menu {
config =
{
- {category = "Cross Complation Configuration/Compiler and Linker Configuration" }
+ {category = "Cross Complation Configuration/Compiler and Linker Configuration/C++" }
, {nil, "cc", "kv", nil, "The C Compiler" }
, {nil, "cxx", "kv", nil, "The C++ 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/C++" }
, {nil, "cflags", "kv", nil, "The C Compiler Flags" }
, {nil, "cxflags", "kv", nil, "The C/C++ compiler Flags" }
, {nil, "cxxflags", "kv", nil, "The C++ Compiler Flags" }