mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
fixed sqlcipher version on OS 10.14
This commit is contained in:
parent
1d09269e42
commit
db4f8f18b8
1 changed files with 2 additions and 2 deletions
|
@ -665,10 +665,10 @@ macx-* {
|
||||||
BIN_DIR += "/Applications/Xcode.app/Contents/Developer/usr/bin"
|
BIN_DIR += "/Applications/Xcode.app/Contents/Developer/usr/bin"
|
||||||
INC_DIR += "/usr/local/Cellar/miniupnpc/2.1/include"
|
INC_DIR += "/usr/local/Cellar/miniupnpc/2.1/include"
|
||||||
INC_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/include"
|
INC_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/include"
|
||||||
INC_DIR += "/usr/local/Cellar/sqlcipher/4.0.1/include"
|
INC_DIR += "/usr/local/Cellar/sqlcipher/4.1.0/include"
|
||||||
LIB_DIR += "/usr/local/opt/openssl/lib/"
|
LIB_DIR += "/usr/local/opt/openssl/lib/"
|
||||||
LIB_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/lib"
|
LIB_DIR += "/usr/local/Cellar/libmicrohttpd/0.9.62_1/lib"
|
||||||
LIB_DIR += "/usr/local/Cellar/sqlcipher/4.0.1/lib"
|
LIB_DIR += "/usr/local/Cellar/sqlcipher/4.1.0/lib"
|
||||||
LIB_DIR += "/usr/local/Cellar/miniupnpc/2.1/lib"
|
LIB_DIR += "/usr/local/Cellar/miniupnpc/2.1/lib"
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
INCLUDEPATH += "/usr/local/include"
|
INCLUDEPATH += "/usr/local/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue