We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35651fd commit a9ddd1fCopy full SHA for a9ddd1f
1 file changed
external/sqlcipher-cmake/CMakeLists.txt
@@ -129,8 +129,6 @@ else()
129
# NOTE: SQLite uses __android_log_print and __android_log_write which is in their liblog library
130
set(sqlcipher_ldflags "${sqlcipher_ldflags} -llog")
131
else()
132
- # NOTE: Apparently Android doesn't ship libmath, it's included in glibc itself
133
- set(sqlcipher_ldflags "${sqlcipher_ldflags} -lm")
134
endif()
135
136
set(sqlcipher_cflags "${sqlcipher_cflags} -DSQLCIPHER_CRYPTO_OPENSSL -I${OPENSSL_INCLUDE_DIRS}")
0 commit comments