We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35651fd commit 909e955Copy full SHA for 909e955
1 file changed
external/sqlcipher-cmake/CMakeLists.txt
@@ -128,9 +128,6 @@ else()
128
if(ANDROID)
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