diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:27:07 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:27:07 +0000 |
commit | 5d36b5d6e222bebdd506d296b22ba7273fb1c2e5 (patch) | |
tree | 0467600223bde5e5f305511092c4c87e92635a67 /service | |
parent | Update to new PluginMock interface (diff) | |
download | mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.tar.bz2 mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.tar.xz mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.zip |
Remove boost::filesystem in favour of std::filesystemmirrorsearch-0.2.1
Diffstat (limited to 'service')
-rw-r--r-- | service/Jamfile.jam | 8 |
1 files changed, 2 insertions, 6 deletions
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 : <library>curl <library>..//adhocutil <library>..//dbppcore - <library>..//boost_system - <library>..//boost_filesystem + <library>..//stdc++fs <library>..//boost_date_time <library>..//Ice <library>..//IceBox @@ -74,15 +73,12 @@ run test.cpp schema.sql : <define>BOOST_TEST_DYN_LINK - <library>..//boost_system - <library>..//boost_filesystem + <library>..//stdc++fs <library>boost_utf <define>ROOT=\"$(me)\" <library>dbpp-postgresql <library>..//dbppcore <library>..//adhocutil - <library>..//boost_system - <library>..//boost_filesystem <library>..//Ice <library>..//IceBox <library>..//pthread |