Merge pull request #991 from PhenomRetroShare/Fix_TravisMacCompil

Fix Travis MacOs Compilation
This commit is contained in:
csoler 2017-08-16 22:23:15 +02:00 committed by GitHub
commit 2a0b9eea48

View File

@ -321,6 +321,9 @@ mac {
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
LIBS += /usr/local/lib/libsqlcipher.a
#LIBS += -lsqlite3
DEFINES *= PLUGIN_DIR=\"\\\"$${PLUGIN_DIR}\\\"\"
DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
}
################################# FreeBSD ##########################################