Fixed mac compile. Moved sqlcipher.a to libretroshare.pro

This commit is contained in:
AsamK 2015-09-05 22:49:57 +02:00
parent 571336e1f4
commit fe1ec9d510
3 changed files with 4 additions and 9 deletions

View file

@ -281,6 +281,10 @@ mac {
INCLUDEPATH += . $${UPNPC_DIR}
#INCLUDEPATH += . $${UPNPC_DIR} $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
LIBS += ../../../lib/libsqlcipher.a
#LIBS += -lsqlite3
}
################################# FreeBSD ##########################################