diff options
| author | ruki <[email protected]> | 2018-01-31 22:43:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-31 10:21:26 +0800 |
| commit | 91b7ce3946a91022ddca0a3822346d81a2f1f74f (patch) | |
| tree | b19d5b54398f7eab928026c32485b1413c6eacb5 /xmake/platforms/android/xmake.lua | |
| parent | b3e5b85cc8c74d934eaa437f00523284b773d4cc (diff) | |
add platform menu category
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
| -rw-r--r-- | xmake/platforms/android/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index c10fa469c..adeaadc95 100644 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -47,9 +47,9 @@ platform("android") set_menu { config = { - {} - , {nil, "ndk", "kv", nil, "The NDK Directory" } - , {nil, "ndk_sdkver", "kv", "auto", "The SDK Version for NDK" } + {category = "Android NDK Configuration" } + , {nil, "ndk", "kv", nil, "The NDK Directory" } + , {nil, "ndk_sdkver", "kv", "auto", "The SDK Version for NDK" } } , global = |
