summaryrefslogtreecommitdiff
path: root/xmake/languages/swift
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/swift
parent3e77043082f8d183ca9417513bd3df28ffaaddd8 (diff)
impl path category for menuconf
Diffstat (limited to 'xmake/languages/swift')
-rw-r--r--xmake/languages/swift/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/swift/xmake.lua b/xmake/languages/swift/xmake.lua
index dddc235ab..8682d979a 100644
--- a/xmake/languages/swift/xmake.lua
+++ b/xmake/languages/swift/xmake.lua
@@ -142,12 +142,12 @@ language("swift")
set_menu {
config =
{
- { category = "Compiler and Linker Configuration" }
+ {category = "Cross Complation Configuration/Compiler and Linker Configuration" }
, { nil, "sc", "kv", nil, "The Swift Compiler" }
, { nil, "sc-ld", "kv", nil, "The Swift Linker" }
, { nil, "sc-sh", "kv", nil, "The Swift Shared Library Linker" }
- , { category = "Compiler and Linker Flags Configuration" }
+ , { category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" }
, { nil, "links", "kv", nil, "The Link Libraries" }
, { nil, "linkdirs", "kv", nil, "The Link Search Directories" }
, { nil, "includedirs", "kv", nil, "The Include Search Directories" }