diff options
| author | ruki <[email protected]> | 2018-12-11 22:40:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-11 10:02:21 +0800 |
| commit | e429d90d867a8919b0480d1838f0d7d2bab94f27 (patch) | |
| tree | 4b5b39725eb08309687e0515ef0b0095a741fc00 /xmake/platforms/android/xmake.lua | |
| parent | e9a6a15b91e979ef855749be60c1ddd50823b9d5 (diff) | |
add xmake g --menu
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
| -rw-r--r-- | xmake/platforms/android/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index be1c06a24..7d06c60ac 100644 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -54,7 +54,7 @@ platform("android") , global = { - {} + {category = "Android NDK Configuration" } , {nil, "ndk", "kv", nil, "The NDK Directory" } , {nil, "ndk_sdkver", "kv", "auto", "The SDK Version for NDK" } } |
