Commit 9f9bf943 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Fixed missing libc++_shared.so that happens sometimes

parent 60dccc41
1 merge request!497Updated belle-sip
Showing with 2 additions and 0 deletions
......@@ -58,6 +58,8 @@ foreach(_arch ${_archs})
COMMAND "${CMAKE_COMMAND}" "-E" "make_directory" "libs-debug/${_libarch}"
WORKING_DIRECTORY "${LINPHONESDK_BUILD_DIR}"
)
file(COPY "${CMAKE_ANDROID_NDK}/sources/cxx-stl/llvm-libc++/libs/${_libarch}/libc++_shared.so" DESTINATION "linphone-sdk/android-${_arch}/lib/")
file(GLOB _libs "linphone-sdk/android-${_arch}/lib/lib*.so")
file(GLOB _plugins "linphone-sdk/android-${_arch}/lib/mediastreamer/plugins/*.so")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment