From 4f6f383e8b72b150d84d8fd413210d11611b2e94 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 25 Sep 2013 01:45:23 +0000 Subject: [PATCH] fix typo in test Jamfile --- test/Jamfile | 2 ++ 1 file changed, 2 insertions(+) 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