mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #991 from PhenomRetroShare/Fix_TravisMacCompil
Fix Travis MacOs Compilation
This commit is contained in:
commit
2a0b9eea48
@ -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 ##########################################
|
||||
|
Loading…
Reference in New Issue
Block a user