Skip to content

Commit

Permalink
Merge pull request #53 from kiwix/Issue#51
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Aug 25, 2023
2 parents cad3fb8 + c314d48 commit a9f37d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif ()

# Android target
if (ANDROID)
set(CMAKE_ANDROID_STL_TYPE llvm-libc++_static)
set(CMAKE_ANDROID_STL_TYPE llvm-libc++_shared)

find_library(
log-lib
Expand Down
1 change: 1 addition & 0 deletions lib/src/main/java/org/kiwix/libkiwix/JNIKiwix.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
public class JNIKiwix
{
public JNIKiwix(final Context context) {
ReLinker.loadLibrary(context, "c++_shared");
ReLinker.loadLibrary(context, "kiwix");
ReLinker.loadLibrary(context, "zim");
ReLinker.loadLibrary(context, "kiwix_wrapper");
Expand Down

0 comments on commit a9f37d4

Please sign in to comment.