forked from premiere/premiere-libtorrent
fix typo in test Jamfile
This commit is contained in:
parent
52613b312c
commit
4f6f383e8b
|
@ -38,6 +38,7 @@ rule link_test ( properties * )
|
|||
result +=
|
||||
<library>libtorrent_test/<link>static ;
|
||||
}
|
||||
return $(result) ;
|
||||
}
|
||||
|
||||
rule link_libtorrent ( properties * )
|
||||
|
@ -53,6 +54,7 @@ rule link_libtorrent ( properties * )
|
|||
result +=
|
||||
<library>/torrent//torrent/<link>static/<boost-link>static/<export-extra>on ;
|
||||
}
|
||||
return $(result) ;
|
||||
}
|
||||
|
||||
lib libtorrent_test
|
||||
|
|
Loading…
Reference in New Issue