Fixed a typo in android toolchain documentation.
authorVlad Kraevskiy <vladkraevskii@gmail.com>
Fri, 1 Jun 2018 08:38:47 +0000 (11:38 +0300)
committerVlad Kraevskiy <vladkraevskii@gmail.com>
Fri, 1 Jun 2018 09:39:34 +0000 (12:39 +0300)
platforms/android/android.toolchain.cmake

index e566301..b37dea0 100644 (file)
 #                          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