Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-sdk
Commits
9f9bf943
Commit
9f9bf943
authored
5 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Fixed missing libc++_shared.so that happens sometimes
parent
60dccc41
1 merge request
!497
Updated belle-sip
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/Android/CopyLibs.cmake
+2
-0
cmake/Android/CopyLibs.cmake
with
2 additions
and
0 deletions
cmake/Android/CopyLibs.cmake
+
2
−
0
View file @
9f9bf943
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets