forked from premiere/premiere-libtorrent
fix openssl build
This commit is contained in:
parent
750801d25b
commit
2ec6a53c71
5
Jamfile
5
Jamfile
|
@ -215,6 +215,11 @@ rule building ( properties * )
|
|||
result += <source>src/assert.cpp ;
|
||||
}
|
||||
|
||||
if <encryption>openssl in $(properties)
|
||||
{
|
||||
result += <source>src/asio_ssl.cpp ;
|
||||
}
|
||||
|
||||
if <encryption>tommath in $(properties)
|
||||
{
|
||||
result += <source>src/mpi.c ;
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
// builds all boost.asio SSL source as a separate compilation unit
|
||||
#include <boost/asio/ssl/impl/src.hpp>
|
||||
|
Loading…
Reference in New Issue