From 90ba69a403f8fabf2074701fa489e7bdcfdcaf96 Mon Sep 17 00:00:00 2001 From: Vlad Kraevskiy Date: Fri, 1 Jun 2018 11:38:47 +0300 Subject: [PATCH] Fixed a typo in android toolchain documentation. --- platforms/android/android.toolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/android/android.toolchain.cmake b/platforms/android/android.toolchain.cmake index e566301d81..b37dea01ae 100644 --- a/platforms/android/android.toolchain.cmake +++ b/platforms/android/android.toolchain.cmake @@ -157,7 +157,7 @@ # Silently degrades to gnustl_static if not available. # c++_static -> Use the LLVM libc++ runtime as a static library. # Implies -frtti -fexceptions. -# c++_shared -> Use the LLVM libc++ runtime as a static library. +# c++_shared -> Use the LLVM libc++ runtime as a shared library. # Implies -frtti -fno-exceptions. # # ANDROID_STL_FORCE_FEATURES=ON - turn rtti and exceptions support based on