mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-09 05:14:16 +00:00
make sure BDB_INCLUDE_PATH is in the PATH for Mac users as it can be in conflict with existing BDB installation.
This commit is contained in:
parent
613a312f65
commit
8466448d35
@ -73,6 +73,7 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
|
||||
export BOOST_LIB_SUFFIX=-mt
|
||||
export LDFLAGS="-L$OPENSSL_LIB_PATH -L$BDB_LIB_PATH -L$BOOST_LIB_PATH"
|
||||
export CPPFLAGS="-I$OPENSSL_INCLUDE_PATH -I$BDB_INCLUDE_PATH -I$BOOST_INCLUDE_PATH"
|
||||
export PATH=${BDB_INCLUDE_PATH}:${PATH}
|
||||
|
||||
3. Build libtorrent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user