We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef603e3 commit f05952dCopy full SHA for f05952d
Release/CMakeLists.txt
@@ -56,7 +56,7 @@ elseif(ANDROID)
56
if(ARM)
57
set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/thumb/libgnustl_static.a")
58
else()
59
- set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/thumb/libgnustl_static.a")
+ set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/libgnustl_static.a")
60
endif()
61
# These are used in the shared library case
62
set(ANDROID_STL_FLAGS
0 commit comments