fix typo in test Jamfile

This commit is contained in:
Arvid Norberg 2013-09-25 01:45:23 +00:00
parent 52613b312c
commit 4f6f383e8b
1 changed files with 2 additions and 0 deletions

View File

@ -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