diff options
| author | ruki <[email protected]> | 2018-02-01 22:52:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-02-01 11:12:31 +0800 |
| commit | fa98fd2e588f56713df258b6c5639db8d3bc9ad5 (patch) | |
| tree | 719b50ffa4d17a995d3565deeda41950f4c9cbfd /xmake/languages/rust/xmake.lua | |
| parent | 3e77043082f8d183ca9417513bd3df28ffaaddd8 (diff) | |
impl path category for menuconf
Diffstat (limited to 'xmake/languages/rust/xmake.lua')
| -rw-r--r-- | xmake/languages/rust/xmake.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmake/languages/rust/xmake.lua b/xmake/languages/rust/xmake.lua index 942a30cfa..2525a4db6 100644 --- a/xmake/languages/rust/xmake.lua +++ b/xmake/languages/rust/xmake.lua @@ -91,14 +91,14 @@ language("rust") set_menu { config = { - {category = "Compiler and Linker Configuration" } - , {nil, "rc", "kv", nil, "The Rust Compiler" } - , {nil, "rc-ld", "kv", nil, "The Rust Linker" } - , {nil, "rc-ar", "kv", nil, "The Rust Static Library Archiver" } - , {nil, "rc-sh", "kv", nil, "The Rust Shared Library Linker" } + {category = "Cross Complation Configuration/Compiler and Linker Configuration" } + , {nil, "rc", "kv", nil, "The Rust Compiler" } + , {nil, "rc-ld", "kv", nil, "The Rust Linker" } + , {nil, "rc-ar", "kv", nil, "The Rust Static Library Archiver" } + , {nil, "rc-sh", "kv", nil, "The Rust Shared Library Linker" } - , {category = "Compiler and Linker Flags Configuration" } - , {nil, "linkdirs", "kv", nil, "The Link Search Directories" } - } + , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" } + , {nil, "linkdirs", "kv", nil, "The Link Search Directories" } + } } |
