Skip to content

Commit f05952d

Browse files
author
Luis Feliu
committed
Fix path.
1 parent ef603e3 commit f05952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ elseif(ANDROID)
5656
if(ARM)
5757
set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/thumb/libgnustl_static.a")
5858
else()
59-
set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/thumb/libgnustl_static.a")
59+
set(LIBCXX_STL "${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/libgnustl_static.a")
6060
endif()
6161
# These are used in the shared library case
6262
set(ANDROID_STL_FLAGS

0 commit comments

Comments
 (0)