mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 08:39:08 -05:00
fixed slite lib linkage
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3560729ba7
commit
8d7bbb25f8
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ linux-* {
|
|||
LIBS *= -lcrypto -ldl -lz
|
||||
|
||||
gxs {
|
||||
LIBS += -lsqlite3
|
||||
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue