mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05: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 {
|
sqlcipher {
|
||||||
DEFINES -= NO_SQLCIPHER
|
DEFINES -= NO_SQLCIPHER
|
||||||
RS_SQL_LIB = sqlcipher sqlite3
|
RS_SQL_LIB = sqlcipher
|
||||||
}
|
}
|
||||||
no_sqlcipher {
|
no_sqlcipher {
|
||||||
DEFINES *= NO_SQLCIPHER
|
DEFINES *= NO_SQLCIPHER
|
||||||
|
Loading…
Reference in New Issue
Block a user