mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed sqlite3 lib from ld when using sqlcipher.
This commit is contained in:
parent
1366f6131b
commit
56e8134d45
@ -258,7 +258,7 @@ RS_UPNP_LIB = upnp ixml threadutil
|
||||
|
||||
sqlcipher {
|
||||
DEFINES -= NO_SQLCIPHER
|
||||
RS_SQL_LIB = sqlcipher sqlite3
|
||||
RS_SQL_LIB = sqlcipher
|
||||
}
|
||||
no_sqlcipher {
|
||||
DEFINES *= NO_SQLCIPHER
|
||||
|
Loading…
Reference in New Issue
Block a user