mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
Merge pull request #37 from toyg/osx_build_fix
explicit paths in LDFLAGS and CPPFLAGS
This commit is contained in:
commit
18cd530e03
@ -71,6 +71,8 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
|
||||
export BOOST_INCLUDE_PATH=/usr/local/opt/boost/include
|
||||
export BOOST_LIB_PATH=/usr/local/opt/boost/lib
|
||||
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"
|
||||
|
||||
3. Build libtorrent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user