Fix Travis MacOs Compilation

This commit is contained in:
Phenom 2017-08-12 11:49:33 +02:00
parent 03d675157f
commit 5a1c316fc6

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 ##########################################