From a88e695c64163fa95ee33d6713d13070f5d80d16 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Tue, 12 Jan 2016 23:42:21 +0000 Subject: [PATCH] Undo damage to Jamfile --- util/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Jamfile b/util/Jamfile index 2eeccf4f8..7538f7d17 100644 --- a/util/Jamfile +++ b/util/Jamfile @@ -35,7 +35,7 @@ import testing ; run file_piece_test.o kenutil /top//boost_unit_test_framework : : file_piece.cc ; for local t in [ glob *_test.cc : file_piece_test.cc read_compressed_test.cc ] { local name = [ MATCH "(.*)\.cc" : $(t) ] ; - unit-test $(name) : $(t) kenutil /top//boost_unit_test_framework /top//boost_system ; + unit-test $(name) : $(t) kenutil /top//boost_unit_test_framework /top//boost_filesystem /top//boost_system ; } build-project stream ;