Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
213000a1
Commit
213000a1
authored
Jun 26, 2018
by
Ghislain MARY
Browse files
Build soci as a shared library for Android.
parent
f9504a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/config-android.cmake
View file @
213000a1
...
...
@@ -147,7 +147,7 @@ lcb_builder_linking_type(ortp "-DENABLE_STATIC=NO" "-DENABLE_SHARED=YES")
lcb_builder_linking_type
(
polarssl
"-DUSE_SHARED_POLARSSL_LIBRARY=NO"
)
# soci
lcb_builder_linking_type
(
soci
"-DSOCI_STATIC=
YES
"
"-DSOCI_SHARED=
NO
"
)
lcb_builder_linking_type
(
soci
"-DSOCI_STATIC=
NO
"
"-DSOCI_SHARED=
YES
"
)
# speex
lcb_builder_cmake_options
(
speex
"-DENABLE_FLOAT_API=NO"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment