mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-17 20:04:22 -05:00
fixed sqlcipher version on OS 10.14
This commit is contained in:
parent
1d09269e42
commit
db4f8f18b8
@ -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…
Reference in New Issue
Block a user