summaryrefslogtreecommitdiff
path: root/xmake/platforms/android/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-20 00:57:59 +0800
committerruki <[email protected]>2024-01-25 12:09:58 +0800
commitde227a41eaa079f4ee3c725922495f8ce0f96833 (patch)
tree1e6e3ad9b8069c1d23e51d8639075fb373ef30f3 /xmake/platforms/android/xmake.lua
parent21aeb8d32ec1892904cc34a57e9c2c3d83b9f1bd (diff)
add runtimes option
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
-rw-r--r--xmake/platforms/android/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua
index 48f1463e1..4199dbcc6 100644
--- a/xmake/platforms/android/xmake.lua
+++ b/xmake/platforms/android/xmake.lua
@@ -47,7 +47,7 @@ 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",
+ , {nil, "ndk_cxxstl", "kv", nil, "The stdc++ stl library for NDK, (deprecated, please use --runtimes)",
" - c++_static",
" - c++_shared",
" - gnustl_static",