diff --git a/test/Jamfile b/test/Jamfile index 752331670..be63738b3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -38,6 +38,7 @@ rule link_test ( properties * ) result += libtorrent_test/static ; } + return $(result) ; } rule link_libtorrent ( properties * ) @@ -53,6 +54,7 @@ rule link_libtorrent ( properties * ) result += /torrent//torrent/static/static/on ; } + return $(result) ; } lib libtorrent_test