diff options
| author | ruki <[email protected]> | 2016-06-08 17:30:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-08 17:30:05 +0800 |
| commit | 2429c51cf05dd13bc481704ad0a59e1bcef03ade (patch) | |
| tree | b3ce9b3e62886f800891830fda8acacd13b87c2f | |
| parent | 27d2beccf6b16e884d1c78052f0031b33d1e3225 (diff) | |
modify mode menu descriptor
| -rwxr-xr-x | xmake/actions/config/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index a292d2312..0a02da06c 100755 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -86,12 +86,12 @@ task("config") , {'m', "mode", "kv", "release", "Compile for the given mode." , " - debug" , " - release" - , " - profile" } + , " - ... (custom)" } , {'k', "kind", "kv", "static", "Compile for the given target kind." , " - static" , " - shared" , " - binary" } - , {nil, "host", "kv", "$(host)", "The current host environment." } + , {nil, "host", "kv", "$(host)", "The current host environment." } -- show project menu options , function () |
