mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
removed sqlite3 lib from ld when using sqlcipher.
This commit is contained in:
parent
1366f6131b
commit
56e8134d45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue