mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
latest version of sqlcipher has changed the lib name to libsqlcipher.a
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
393e799e5f
commit
fa3cc82790
@ -68,7 +68,7 @@ linux-* {
|
||||
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
|
||||
# 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
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
|
||||
}
|
||||
|
||||
LIBS *= -lglib-2.0
|
||||
|
@ -32,7 +32,7 @@ linux-* {
|
||||
|
||||
gxs {
|
||||
# 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
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user