mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
Fix Travis MacOs Compilation
This commit is contained in:
parent
03d675157f
commit
5a1c316fc6
1 changed files with 3 additions and 0 deletions
|
@ -321,6 +321,9 @@ mac {
|
||||||
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
|
# 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 += /usr/local/lib/libsqlcipher.a
|
||||||
#LIBS += -lsqlite3
|
#LIBS += -lsqlite3
|
||||||
|
|
||||||
|
DEFINES *= PLUGIN_DIR=\"\\\"$${PLUGIN_DIR}\\\"\"
|
||||||
|
DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
|
||||||
}
|
}
|
||||||
|
|
||||||
################################# FreeBSD ##########################################
|
################################# FreeBSD ##########################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue