From 5d36b5d6e222bebdd506d296b22ba7273fb1c2e5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 3 Feb 2019 21:27:07 +0000 Subject: Remove boost::filesystem in favour of std::filesystem --- service/Jamfile.jam | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'service') diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 1bbd33a..7e1221b 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -45,8 +45,7 @@ lib mirrorsearch-service++11 : curl ..//adhocutil ..//dbppcore - ..//boost_system - ..//boost_filesystem + ..//stdc++fs ..//boost_date_time ..//Ice ..//IceBox @@ -74,15 +73,12 @@ run test.cpp schema.sql : BOOST_TEST_DYN_LINK - ..//boost_system - ..//boost_filesystem + ..//stdc++fs boost_utf ROOT=\"$(me)\" dbpp-postgresql ..//dbppcore ..//adhocutil - ..//boost_system - ..//boost_filesystem ..//Ice ..//IceBox ..//pthread -- cgit v1.2.3