forked from premiere/premiere-libtorrent
fix missing crypto symbols in unit tests for windows
This commit is contained in:
parent
1869ab1c3e
commit
4ab2c14ca1
|
@ -38,11 +38,14 @@ lib libtorrent_test
|
|||
<link>shared:<define>TORRENT_BUILDING_TEST_SHARED
|
||||
<link>shared:<define>ED25519_BUILD_DLL
|
||||
<include>../ed25519/src
|
||||
<target-os>windows:<library>advapi32
|
||||
|
||||
: # default build
|
||||
<link>shared
|
||||
;
|
||||
|
||||
lib advapi32 : : <name>Advapi32 ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
<source>main.cpp
|
||||
|
|
Loading…
Reference in New Issue