Skip to content

Commit a9ddd1f

Browse files
committed
Test removing -lm entirely from SQLCipher
1 parent 35651fd commit a9ddd1f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

external/sqlcipher-cmake/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ else()
129129
# NOTE: SQLite uses __android_log_print and __android_log_write which is in their liblog library
130130
set(sqlcipher_ldflags "${sqlcipher_ldflags} -llog")
131131
else()
132-
# NOTE: Apparently Android doesn't ship libmath, it's included in glibc itself
133-
set(sqlcipher_ldflags "${sqlcipher_ldflags} -lm")
134132
endif()
135133

136134
set(sqlcipher_cflags "${sqlcipher_cflags} -DSQLCIPHER_CRYPTO_OPENSSL -I${OPENSSL_INCLUDE_DIRS}")

0 commit comments

Comments
 (0)