mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-25 09:29:23 -04: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
@ -31,7 +31,8 @@ linux-* {
|
|||||||
LIBS *= -lcrypto -ldl -lz
|
LIBS *= -lcrypto -ldl -lz
|
||||||
|
|
||||||
gxs {
|
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…
x
Reference in New Issue
Block a user