diff options
| author | ruki <[email protected]> | 2019-05-23 22:31:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-23 09:10:06 +0800 |
| commit | 766ef3fc9af4ee410c855dd4c57618b9eda8a245 (patch) | |
| tree | 699d084507b89c14fa3d990f49ef83f168d93659 /xmake/platforms/android/xmake.lua | |
| parent | 8fb219dfe62b6f52b77ec900ef720ded2720aeaa (diff) | |
add ndk_cxxstl option for android ndk
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
| -rw-r--r-- | xmake/platforms/android/xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index 2ea1f9a89..e8485f5ae 100644 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -49,6 +49,13 @@ platform("android") , {nil, "android_sdk", "kv", nil, "The Android SDK Directory" } , {nil, "build_toolver", "kv", nil, "The Build Tool Version of Android SDK" } , {nil, "ndk_stdcxx", "kv", true, "Use stdc++ library for NDK" } + , {nil, "ndk_cxxstl", "kv", nil, "The stdc++ stl library for NDK", + " - gnustl_shared", + " - gnustl_static", + " - llvmstl_shared", + " - llvmstl_static", + " - stlport_shared", + " - stlport_static" } } , global = |
